From f40c1174476f2d0c382365c8216022658a35d0aa Mon Sep 17 00:00:00 2001 From: Jerome Amon Date: Wed, 1 Nov 2023 23:12:43 +0100 Subject: [PATCH] ci: do not specify linters config path for auto loading --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 580f3ca..c93699c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,6 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: v1.54 - args: -v --timeout=5m --config=/.golangci.yml --issues-exit-code=0 + args: -v --timeout=5m --issues-exit-code=0 - name: Run tests run: make test-cover \ No newline at end of file