Skip to content

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

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 #262

Workflow file for this run

# This workflow will compile the assembly version of tictactoe
name: Assembly
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tictactoe_assembly
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y nasm
- name: Build
run: |
make build