Skip to content

Commit 0789f35

Browse files
committed
linter args in workflow
1 parent 1ba7f39 commit 0789f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrationtest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
- name: lint
5656
uses: golangci/golangci-lint-action@v7
5757
with:
58-
args: timeout=5m -D errcheck ./...
58+
args: ./... timeout=5m -D errcheck

0 commit comments

Comments
 (0)