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