[object Object]

← back to Cli Printing Press

fix(ci): disable golangci-lint remote schema verify (#432)

b6c70893260b384cb23e384062e73ce92bf924f7 · 2026-04-30 02:20:17 -0700 · Trevin Chow

The action's config-verify step fetches a JSON schema from
golangci-lint.run, which times out and fails CI even when the lint run
itself would pass. Set verify: false on golangci-lint-action@v9 to skip
the remote fetch; local golangci-lint invocations still validate the
config.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit b6c70893260b384cb23e384062e73ce92bf924f7
Author: Trevin Chow <trevin@trevinchow.com>
Date:   Thu Apr 30 02:20:17 2026 -0700

    fix(ci): disable golangci-lint remote schema verify (#432)
    
    The action's config-verify step fetches a JSON schema from
    golangci-lint.run, which times out and fails CI even when the lint run
    itself would pass. Set verify: false on golangci-lint-action@v9 to skip
    the remote fetch; local golangci-lint invocations still validate the
    config.
    
    Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
 .github/workflows/lint.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 1661741e..023e36ad 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -59,6 +59,7 @@ jobs:
         if: steps.changes.outputs.needs_lint == 'true'
         with:
           version: v2.11.4
+          verify: false
 
   test-shard:
     name: test (${{ matrix.shard }})

← 8ceea6ad feat(cli,skills): three retro WUs from postman-explore — POS  ·  back to Cli Printing Press  ·  fix(cli): emit StringVar for cursor/page/timestamp paginatio 1556ff1b →