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 053b81f commit 05dbfb9Copy full SHA for 05dbfb9
.github/workflows/pr.yml
@@ -153,7 +153,9 @@ jobs:
153
154
- run: ./golangci-lint help
155
- run: ./golangci-lint help linters
156
- - run: ./golangci-lint help formatters
+ - run: ./golangci-lint help linters --json
157
+ - run: ./golangci-lint help formatters --json
158
- run: ./golangci-lint linters
159
- run: ./golangci-lint formatters
160
- run: ./golangci-lint version
161
+ - run: ./golangci-lint version --format json
0 commit comments