Skip to content

Sync Check

Sync Check #17

Workflow file for this run

name: Sync Check
on:
schedule:
- cron: '0 9 * * 2' # Every Tuesday at 9 AM UTC
# Do not add permissions here! Configure them at the job level!
permissions: {}
jobs:
sync-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run sync check
run: ./ci/check-sync-basic-cli.sh