Skip to content

Commit 2a39c22

Browse files
Update golangci-lint.yml
1 parent 27ccfa2 commit 2a39c22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,5 @@ jobs:
3434
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
3535
with:
3636
version: v2.0.2
37-
args: --output.text.print-linter-name=true --output.text.colors=true
38-
--out-format=colored-line-number
37+
args: --output.text.print-linter-name=true --output.text.colors=true --out-format=colored-line-number
3938
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)