mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
chore: disable verifying golangci configuration (#3319)
This commit is contained in:
parent
d86395694d
commit
30c128a67a
3
.github/workflows/golangci-lint.yml
vendored
3
.github/workflows/golangci-lint.yml
vendored
@ -22,3 +22,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v6.5.2
|
uses: golangci/golangci-lint-action@v6.5.2
|
||||||
|
with:
|
||||||
|
verify: false # disable verifying the configuration since golangci is currently introducing breaking changes in the configuration
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user