Enne-san Board 20 Update, 50 added and bg004fixed, bg006fixed Background Update #1454
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
name: Board Validation | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
workflow_dispatch: | |
jobs: | |
board-validation: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run the board validation script | |
run: | | |
pip install -r requirements.txt | |
python validateAllBoards.py --skip-autorepair --skip-update-dates --skip-mirror-validation --skip-download-validation --skip-music-uniqueness-validation | |
working-directory: ./_scripts |