diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64181b8..a08ee34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,10 @@ jobs: uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 with: version: v2.12.2 - args: --timeout=5m --new-from-rev=HEAD~1 + # Full-tree lint (backlog cleared 2026-07-06, verified 0 issues). + # Was --new-from-rev=HEAD~1 (diff-only); now lints the whole tree so + # "zero warnings" means the whole repo, not just changed lines. + args: --timeout=5m - name: Verify API schemas are up to date run: ./scripts/check-schema-drift.sh