Skip to content

Check for new App Store Connect API versions #680

Check for new App Store Connect API versions

Check for new App Store Connect API versions #680

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: bazel-contrib/setup-bazel@0.8.5
with:
bazelisk-cache: true
- uses: actions/checkout@v4
- run: bazel run //:update
- run: git diff --ignore-all-space --exit-code