File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ name: actionlint
3030 - master
3131jobs :
3232 actionlint :
33+ timeout-minutes : 15
3334 runs-on : ubuntu-24.04
3435 steps :
3536 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ name: copyrights
3030 - master
3131jobs :
3232 copyrights :
33+ timeout-minutes : 15
3334 runs-on : ubuntu-24.04
3435 steps :
3536 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ name: jekyll
3030 - master
3131jobs :
3232 jekyll :
33+ timeout-minutes : 15
3334 runs-on : ubuntu-24.04
3435 steps :
3536 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ concurrency:
3434 cancel-in-progress : true
3535jobs :
3636 markdown-lint :
37+ timeout-minutes : 15
3738 runs-on : ubuntu-24.04
3839 steps :
3940 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ name: spellcheck
2626 pull_request :
2727jobs :
2828 spellcheck :
29+ timeout-minutes : 15
2930 runs-on : ubuntu-24.04
3031 steps :
3132 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ name: yamllint
3030 - master
3131jobs :
3232 yamllint :
33+ timeout-minutes : 15
3334 runs-on : ubuntu-24.04
3435 steps :
3536 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments