name: Endpoint Sync Check on: schedule: - cron: '0 9 * * 1' push: paths: - 'openapi.yaml' workflow_dispatch: jobs: check-drift: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: go-version-file: go.mod - name: Check endpoint drift run: go run ./scripts/check-endpoint-drift.go