Skip to content

Commit

Permalink
fix: reduce golang linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Parham Alvani committed Dec 15, 2023
1 parent 55f8914 commit 1ee3681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --enable-all --timeout=30m
args: --timeout=30m

test:
name: test
Expand Down

0 comments on commit 1ee3681

Please sign in to comment.