We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0f994 commit c994af6Copy full SHA for c994af6
.github/workflows/pr-checks.yml
@@ -69,6 +69,7 @@ jobs:
69
70
- run: ./golangci-lint fmt
71
- run: ./golangci-lint fmt --diff
72
+ - run: cat cmd/golangci-lint/main.go | ./golangci-lint fmt --stdin
73
74
- run: ./golangci-lint cache
75
- run: ./golangci-lint cache status
0 commit comments