Icosa integration #588
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
--- | |
# yamllint disable rule:line-length | |
name: Check for updated Third Party Notices | |
on: # yamllint disable-line rule:truthy | |
pull_request: | |
jobs: | |
third-party-notices: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-python@v5.3.0 | |
with: | |
python-version: '3.12' | |
- name: Run the generator | |
run: | | |
python Support/Python/unitybuild/generate_notice.py | |
git diff --exit-code |