Skip to content

Commit ba1f754

Browse files
ndyakovofekshenawa
authored andcommitted
chore: disable verifying golangci configuration (#3319)
1 parent 2ad1eb1 commit ba1f754

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- name: golangci-lint
2424
uses: golangci/[email protected]
25+
with:
26+
verify: false # disable verifying the configuration since golangci is currently introducing breaking changes in the configuration
27+

0 commit comments

Comments
 (0)