Skip to content

Commit

Permalink
ci: ignore pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleloscozzese committed Dec 24, 2024
1 parent cac3e8c commit 7a8e981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: golangci/golangci-lint-action@v6
with:
version: v1.60
args: -v --exclude-dirs internal
args: -v --exclude-dirs internal pkg

test:
name: "Run tests"
Expand Down

0 comments on commit 7a8e981

Please sign in to comment.