jesseduffield.lazygit/.github/workflows
Stefan Haller 8af6104454 Check gofumpt formatting with the pinned version in CI and lint
golangci-lint bundles gofumpt v0.8.0, which formats code differently
from the v0.9.2 we pin in go.mod. Enforcing formatting through
golangci-lint may therefore disagree with `just format`.

Remove gofumpt from golangci-lint's formatters and instead run the
pinned `go tool gofumpt` as a standalone check via a new
scripts/gofumpt-check.sh, wired into CI, `just lint`, and `make lint`.
goimports stays in golangci-lint; it's stable across versions and
nothing runs a competing copy of it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-02 11:16:53 +02:00
..
check-required-label.yml fix: pin 7 unpinned action(s) to commit SHAs 2026-03-31 10:27:07 +02:00
ci.yml Check gofumpt formatting with the pinned version in CI and lint 2026-07-02 11:16:53 +02:00
close-issues.yml Bump actions/github-script from 8 to 9 2026-04-26 17:58:44 +00:00
codespell.yml Bump actions/checkout from 6 to 7 2026-07-02 05:24:40 +00:00
release.yml Bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3 2026-07-02 05:29:20 +00:00
sponsors.yml Bump actions/checkout from 6 to 7 2026-07-02 05:24:40 +00:00