Skip to content

Commit

Permalink
increase golangci-lint action timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy J. Miller <jeremymv2@users.noreply.github.com>
  • Loading branch information
jeremymv2 committed Sep 18, 2023
1 parent ce1b8e2 commit b876ed5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
#
# Note: By default, the `.golangci.yml` file should be at the root of the repository.
# The location of the configuration file can be changed by using `--config=`
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0
# args: --timeout=10m --verbose --config=/my/path/.golangci.yml --issues-exit-code=0
args: --timeout=10m --verbose --issues-exit-code=0

# 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 b876ed5

Please sign in to comment.