Bump eslint-config-prettier from 9.1.0 to 10.0.1 #156
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |