Merge remote-tracking branch 'origin/main' into macos-next #1031
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: CI - Validation | |
| on: | |
| push: | |
| paths-ignore: | |
| - 'docs/**' | |
| workflow_dispatch: | |
| release: | |
| types: [published] | |
| jobs: | |
| build: | |
| name: Validate | |
| runs-on: x86_64_monterey | |
| if: github.repository_owner == 'dortania' | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Validate | |
| run: /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 OpenCore-Patcher-GUI.command --validate |