add 18 Wheeler - American Pro Trucker (USA) SLUS-20210_E0DADD1A widescreen 16:9 #372
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
name: Validate Patch PR | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
jobs: | |
check-patches: | |
runs-on: ubuntu-latest | |
timeout-minutes: 1 | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@v4 | |
- name: Validate all patches | |
run: | | |
python .github/scripts/validate_patches.py |