Skip to content

Commit

Permalink
increase lint timeout to 10m
Browse files Browse the repository at this point in the history
  • Loading branch information
nehzata committed Sep 19, 2023
1 parent 686a348 commit 9dc0d7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ jobs:
- name: Init Hermit
run: ./bin/hermit env -r >> $GITHUB_ENV
- name: golangci-lint
run: golangci-lint run
run: golangci-lint run
with:
args: --timeout=10m

0 comments on commit 9dc0d7f

Please sign in to comment.