Skip to content

Commit

Permalink
ci: do not specify linters config path for auto loading
Browse files Browse the repository at this point in the history
  • Loading branch information
jeamon committed Nov 1, 2023
1 parent 599a74d commit f40c117
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 @@ -29,6 +29,6 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
args: -v --timeout=5m --config=/.golangci.yml --issues-exit-code=0
args: -v --timeout=5m --issues-exit-code=0
- name: Run tests
run: make test-cover

0 comments on commit f40c117

Please sign in to comment.