1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-16 09:23:06 +03:00

chore: disable verifying golangci configuration (#3319)

This commit is contained in:
Nedyalko Dyakov 2025-03-24 15:19:26 +02:00 committed by GitHub
parent d86395694d
commit 30c128a67a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,3 +22,6 @@ jobs:
- uses: actions/checkout@v4
- name: golangci-lint
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