Check for new App Store Connect API versions #601
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: Check for new App Store Connect API versions | |
on: | |
workflow_dispatch: ~ | |
schedule: | |
- cron: '0 12 * * *' | |
jobs: | |
diff_spec: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- run: make spec-download | |
- run: git diff --ignore-all-space --exit-code |