Bump pyright from 1.1.388 to 1.1.389 in /tictactoe_python in the python-minor group #355
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 bash version of tictactoe | |
name: Bash | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
working-directory: ./tictactoe_bash | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run | |
run: ./tictactoe_bash.sh 4 4 |