We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7d854 commit 9347ac0Copy full SHA for 9347ac0
internal/ghworkflow/workflow_checks.go
@@ -23,6 +23,7 @@ func checksWorkflow(cfg core.Configuration) {
23
Name: "Run golangci-lint",
24
Uses: core.GolangciLintAction,
25
With: map[string]any{
26
+ "verify": false,
27
"version": "latest",
28
},
29
})
0 commit comments