Skip to content

Commit 9347ac0

Browse files
Don't verify schema until golangci/golangci-lint#5501 is resolved
1 parent 7f7d854 commit 9347ac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/ghworkflow/workflow_checks.go

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ func checksWorkflow(cfg core.Configuration) {
2323
Name: "Run golangci-lint",
2424
Uses: core.GolangciLintAction,
2525
With: map[string]any{
26+
"verify": false,
2627
"version": "latest",
2728
},
2829
})

0 commit comments

Comments
 (0)