Skip to content

Commit 06a8695

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/ghworkflow/workflow_checks.go

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ func checksWorkflow(cfg core.Configuration) {
2323
Name: "Run golangci-lint",
2424
Uses: core.GolangciLintAction,
2525
With: map[string]any{
26+
// disabled until https://github.com/golangci/golangci-lint/pull/5501 is resolved
27+
"verify": false,
2628
"version": "latest",
2729
},
2830
})

0 commit comments

Comments
 (0)