1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00

chore: disable verifying golangci configuration

This commit is contained in:
Nedyalko Dyakov 2025-03-24 14:47:38 +02:00
parent d86395694d
commit e91a08848d
No known key found for this signature in database
GPG Key ID: 5571106A08EA25A3

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