Skip to content

Commit 8855147

Browse files
committed
CI/whitespace-check: add timeout-minutes
1 parent 836889b commit 8855147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/whitespace-check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ on:
88

99
jobs:
1010
check-whitespace:
11+
timeout-minutes: 1
1112
runs-on: ubuntu-22.04
1213
steps:
1314
- name: Checkout repository
1415
uses: actions/checkout@v5
1516

1617
- name: Check for trailing whitespaces
17-
run: make check-trailing-whitespace
18+
run: make check-trailing-whitespace

0 commit comments

Comments
 (0)