diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 4c0278d..52db155 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -27,5 +27,5 @@ jobs: with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version version: latest - args: "--exclude-dirs examples/" + args: "--exclude-dirs examples/*"