diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index eb9150629..51e96126c 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -42,7 +42,7 @@ jobs: # # Note: by default the `.golangci.yml` file should be at the root of the repository. # The location of the configuration file can be changed by using `--config=` - args: --config=./scripts/golangci.yml # --timeout=30m --issues-exit-code=0 + args: --config ./scripts/golangci.yml --timeout=30m # --issues-exit-code=0 # Optional: show only new issues if it's a pull request. The default value is `false`. only-new-issues: true