Skip to content

Bump eslint-config-prettier from 9.1.0 to 10.0.1 #156

Bump eslint-config-prettier from 9.1.0 to 10.0.1

Bump eslint-config-prettier from 9.1.0 to 10.0.1 #156

Workflow file for this run

# This workflow will run stuff on the piet version of tictactoe.
name: piet
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tictactoe_piet
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install dependencies
run: |
cargo install --locked --git 'https://github.com/your-diary/piet_programming_language'
- name: Run
run: |
piet_programming_language tictactoe.png < input1.txt
piet_programming_language tictactoe.png < input2.txt