Skip to content

Check for new App Store Connect API versions #605

Check for new App Store Connect API versions

Check for new App Store Connect API versions #605

Workflow file for this run

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