Skip to content

Commit

Permalink
Extend check timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kip93 committed May 16, 2022
1 parent 30091e1 commit 73ab17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
check:
name: Check code quality
runs-on: ubuntu-latest
timeout-minutes: 1440 # 1 day
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 73ab17a

Please sign in to comment.