Skip to content

Commit 75dd7bd

Browse files
committed
Run golangci-lint without fixing in CI
Running with fixes enabled (which we have in the config) means golangci-lint returns silently with success if it managed to fix all its findings. Disable fixing in CI explicitly to make it error out instead.
1 parent 3297ab0 commit 75dd7bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jobs:
1616
uses: golangci/golangci-lint-action@v9.2.0
1717
with:
1818
version: latest
19+
args: --fix=false

0 commit comments

Comments
 (0)