diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index dc37fa7..6190240 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -33,7 +33,7 @@ jobs: --timeout=3m # Optional: show only new issues if it's a pull request. The default value is `false`. - # only-new-issues: true + only-new-issues: true # Optional: if set to true then the action will use pre-installed Go. # skip-go-installation: true