We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba7f39 commit 0789f35Copy full SHA for 0789f35
.github/workflows/integrationtest.yml
@@ -55,4 +55,4 @@ jobs:
55
- name: lint
56
uses: golangci/golangci-lint-action@v7
57
with:
58
- args: timeout=5m -D errcheck ./...
+ args: ./... timeout=5m -D errcheck
0 commit comments