Skip to content

Commit 365dac7

Browse files
committed
fix args
Signed-off-by: dongjiang <[email protected]>
1 parent a36c0df commit 365dac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
3636
with:
3737
version: v2.0.2
38-
args: --out-format=colored-line-number
38+
args: --output.text.print-linter-name=true --output.text.colors=true
3939
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)