Skip to content

Commit 3240008

Browse files
committed
add timeouts to all ci tasks
1 parent cfdd239 commit 3240008

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
frontend_lint:
128128
name: biome
129129
runs-on: ubuntu-24.04
130+
timeout-minutes: 10
130131
steps:
131132
- uses: actions/checkout@v4
132133
- name: Setup Node.js 24
@@ -147,6 +148,7 @@ jobs:
147148
backend_lint:
148149
name: backend lint and type check
149150
runs-on: ubuntu-24.04
151+
timeout-minutes: 10
150152
steps:
151153
- uses: actions/checkout@v4
152154
- name: Install uv
@@ -167,6 +169,7 @@ jobs:
167169
cromper_lint:
168170
name: cromper lint and type check
169171
runs-on: ubuntu-24.04
172+
timeout-minutes: 10
170173
steps:
171174
- uses: actions/checkout@v4
172175
- name: Install uv

0 commit comments

Comments
 (0)