Changes to Widescreen Patch in The Godfather for better FOV and correcting minor gameplay issues #305
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@v2 | |
- name: Validate all patches | |
run: | | |
python .github/scripts/validate_patches.py |