Skip to content

Commit

Permalink
ci: Add timeout 10m for golangci/golangci-lint-action
Browse files Browse the repository at this point in the history
  • Loading branch information
sonjek committed Apr 6, 2024
1 parent eec1b16 commit 298ca35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
version: latest
skip-cache: true
args: --verbose
args: --timeout=10m --verbose
build:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 298ca35

Please sign in to comment.