fix typo: Renamed STONE_STONE_CHOMP_STEP TO SOUND_STONE_CHOMP_STEP #2533
Workflow file for this run
This file contains hidden or 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: PR | |
| on: [pull_request] | |
| jobs: | |
| delete-matched-asm: | |
| name: Check matched assembly files are deleted | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: ./coverage.py --fail-undeleted |