SIGN IN SIGN UP

ci(lint): skip remote config schema verification

The golangci-lint action downloads a JSON schema from golangci-lint.run on
every run to verify .golangci.yml. A blip reaching that host fails the job
before any linter runs, as it did on this PR. Linting should depend only on
the checked-out code, which is also what script/lint does locally.
S
Sam Morrow committed
bd4e80fb54cf1561ab09b42b6ac33d06f0471fbc
Parent: 56c9088