Skip to content

Commit 6512589

Browse files
committed
ci: add timeout-minutes to workflows
1 parent c8bbff2 commit 6512589

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 10
1213
steps:
1314
- uses: actions/checkout@v6
1415
- uses: actions/setup-python@v5

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
shellcheck:
1616
runs-on: ubuntu-latest
17+
timeout-minutes: 5
1718
steps:
1819
- uses: actions/checkout@v6
1920
- name: Run ShellCheck

0 commit comments

Comments
 (0)