We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad1eb1 commit ba1f754Copy full SHA for ba1f754
.github/workflows/golangci-lint.yml
@@ -22,3 +22,6 @@ jobs:
22
- uses: actions/checkout@v4
23
- name: golangci-lint
24
uses: golangci/golangci-lint-action@v6.5.2
25
+ with:
26
+ verify: false # disable verifying the configuration since golangci is currently introducing breaking changes in the configuration
27
+
0 commit comments