diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 84a6228..b803567 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -35,7 +35,8 @@ 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: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0 + # args: --timeout=10m --verbose --config=/my/path/.golangci.yml --issues-exit-code=0 + args: --timeout=10m --verbose --issues-exit-code=0 # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true