Skip to content

Bump rubocop from 1.66.0 to 1.66.1 in /tictactoe_ruby in the bundler-minor group #267

Bump rubocop from 1.66.0 to 1.66.1 in /tictactoe_ruby in the bundler-minor group

Bump rubocop from 1.66.0 to 1.66.1 in /tictactoe_ruby in the bundler-minor group #267

Workflow file for this run

# This workflow will run compile the fortran version of tictactoe
name: Fortran
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tictactoe_fortran
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build
run: |
make
- name: Test
run: |
make test
# - name: Run
# run: |
# ./bin/tictactoe -X 0 -O 0