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 4db6595 commit 8776242Copy full SHA for 8776242
.github/workflows/pre-commit.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: golangci/golangci-lint-action@v8
26
with:
27
version: v2.3
28
- args: --new --whole-files --new-from-merge-base=origin/${{ github.base_ref || github.ref_name }}
+ args: --new --new-from-merge-base=origin/${{ github.base_ref || github.ref_name }}
29
#- uses: pre-commit/[email protected]
30
# # This is set to only run the golangci-lint pre-commit hooks
31
# # Remove in a later PR to run all hooks
0 commit comments