Skip to content

Commit 05dbfb9

Browse files
committed
chore: add json formatted commands to the CI
1 parent 053b81f commit 05dbfb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ jobs:
153153

154154
- run: ./golangci-lint help
155155
- run: ./golangci-lint help linters
156-
- run: ./golangci-lint help formatters
156+
- run: ./golangci-lint help linters --json
157+
- run: ./golangci-lint help formatters --json
157158
- run: ./golangci-lint linters
158159
- run: ./golangci-lint formatters
159160
- run: ./golangci-lint version
161+
- run: ./golangci-lint version --format json

0 commit comments

Comments
 (0)