diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 84b904f..c97be13 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: "--out-format=colored-line-number --exclude-files examples/.*.go" + args: "--out-format=colored-line-number --exclude-files examples/*.go"