From 2a0a52587054f26fed6b197ef3ba5e684daf0cae Mon Sep 17 00:00:00 2001 From: mdrakos Date: Thu, 30 Nov 2023 14:46:51 -0800 Subject: [PATCH] Add config file argument --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index ab24fcc1f2..de09b1c664 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -34,4 +34,4 @@ jobs: only-new-issues: true # Command line arguments - args: --timeout 5m + args: --timeout 5m --config .golangci.yaml