Skip to content

Commit

Permalink
ci: use args into linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jeamon committed Nov 1, 2023
1 parent a1b1b88 commit 599a74d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
args: -v --timeout=5m --config=/.golangci.yml --issues-exit-code=0
- name: Run tests
run: make test-cover

0 comments on commit 599a74d

Please sign in to comment.