Skip to content

Commit

Permalink
test(ci): add file path ./...
Browse files Browse the repository at this point in the history
Signed-off-by: Electronic-Waste <[email protected]>
  • Loading branch information
Electronic-Waste committed Dec 9, 2024
1 parent 53fd31e commit 3f0e661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-golangci-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ if [ -z "$(command -v golangci-lint)" ]; then
fi

echo 'Running golangci-lint'
golangci-lint -v run --timeout 5m --go 1.22
golangci-lint -v run --timeout 5m --go 1.22 ./...

0 comments on commit 3f0e661

Please sign in to comment.