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 d0e5513
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
- name: Init Hermit
run: ./bin/hermit env -r >> $GITHUB_ENV
- name: golangci-lint
run: golangci-lint run
run: golangci-lint run
args: --timeout=10m

0 comments on commit d0e5513

Please sign in to comment.