We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdd239 commit 3240008Copy full SHA for 3240008
.github/workflows/ci.yml
@@ -127,6 +127,7 @@ jobs:
127
frontend_lint:
128
name: biome
129
runs-on: ubuntu-24.04
130
+ timeout-minutes: 10
131
steps:
132
- uses: actions/checkout@v4
133
- name: Setup Node.js 24
@@ -147,6 +148,7 @@ jobs:
147
148
backend_lint:
149
name: backend lint and type check
150
151
152
153
154
- name: Install uv
@@ -167,6 +169,7 @@ jobs:
167
169
cromper_lint:
168
170
name: cromper lint and type check
171
172
173
174
175
0 commit comments