Skip to content

Commit 4064d5e

Browse files
Revert "Don't verify schema until golangci/golangci-lint#5501 is resolved"
This reverts commit bdb3316.
1 parent 21ff714 commit 4064d5e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/checks.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- name: Run golangci-lint
3434
uses: golangci/golangci-lint-action@v6
3535
with:
36-
verify: false
3736
version: latest
3837
- name: Dependency Licenses Review
3938
run: make check-dependency-licenses

internal/ghworkflow/workflow_checks.go

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ 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,
2826
"version": "latest",
2927
},
3028
})

0 commit comments

Comments
 (0)