Skip to content

Commit

Permalink
ci(lint): add timeout argument
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvrog committed Oct 5, 2023
1 parent 92b148a commit 79b374e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
working-directory: internal

# Optional: golangci-lint command line arguments.
args:
args: --timeout=5m

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
Expand Down

0 comments on commit 79b374e

Please sign in to comment.