Barazo lexicon schemas and TypeScript types barazo.forum
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(lexicons): add job timeout to prevent 6-hour runaway builds (#49)

Replace GitHub's default 6-hour timeout with a 10-minute limit on the
check job. This ensures hung builds fail fast instead of consuming
runner minutes.

authored by

Guido X Jansen and committed by
GitHub
f66c6a7d 613f4367

+1
+1
.github/workflows/ci.yml
··· 17 17 check: 18 18 name: Lint, Typecheck, Test 19 19 runs-on: ubuntu-latest 20 + timeout-minutes: 10 20 21 21 22 steps: 22 23 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2