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 7d41238 commit 97f9447Copy full SHA for 97f9447
.github/workflows/pr.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: ./validate-conventional-commit-prefix.sh
31
32
- name: golangci-lint
33
- uses: golangci/golangci-lint-action@v8
+ uses: golangci/golangci-lint-action@v9
34
with:
35
args: --timeout=5m --color=always --max-same-issues=0 --max-issues-per-linter=0
36
0 commit comments