From a7bce6a131b478834ca8fd3b9443971864d55a1c Mon Sep 17 00:00:00 2001 From: Alessandro Bresciani <15635380+CyberRoute@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:29:21 +0100 Subject: [PATCH] Update golangci-lint.yml --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*"