Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading