Skip to content

Commit

Permalink
Fix: add flags to the golangci
Browse files Browse the repository at this point in the history
Signed-off-by: namkyu1999 <[email protected]>
  • Loading branch information
namkyu1999 committed Nov 23, 2024
1 parent c4b005c commit 2c50e20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--timeout=10m"

- name: unused-package check
run: make unused-package-check
Expand Down

0 comments on commit 2c50e20

Please sign in to comment.