Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Synchronize ASC API #50

Synchronize ASC API

Synchronize ASC API #50

Workflow file for this run

name: Synchronize ASC API
on:
workflow_dispatch:
pull_request:
branches: [ main ]
schedule:
# run once per day
- cron: '0 12 * * *'
jobs:
diff_spec:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: make download
# If there are any differences, this step will fail
# and issue a notification. The api will then need to be
# updated and tagged manually.
- run: git diff --ignore-all-space --exit-code