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 faeb6f3 commit 82d7c64Copy full SHA for 82d7c64
.github/workflows/push.yml
@@ -34,7 +34,7 @@ jobs:
34
run: git log --graph --pretty=tformat:'%Cred%h%Creset %Cblue%G?%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ar)%Creset' --branches --remotes
35
36
- name: golangci-lint
37
- uses: golangci/golangci-lint-action@ad4c2d2a369bc23c572a91ee9a615c977f0c5c73
+ uses: golangci/golangci-lint-action@ffc1b2edc2b5fb7439914c81a88458e8815c504a
38
with:
39
version: v1.57
40
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0
0 commit comments