Skip to content

Commit

Permalink
Merge pull request #78 from ApplauseOSS/ci/golangci-lint-timeout
Browse files Browse the repository at this point in the history
ci: set golangci-lint timeout to 10m
  • Loading branch information
wolf31o2 authored Jul 25, 2024
2 parents 88f9426 + 6721567 commit e4b226d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0
working-directory: src
args: --timeout=10m

0 comments on commit e4b226d

Please sign in to comment.