fix(ci): bug with Type Check job name
Lint / TypeScript (push) Successful in 18m9s
Lint / ESLint (push) Successful in 18m48s
Lint / Oxlint (push) Successful in 18m32s
Deploy / Build (push) Successful in 19m31s
Deploy / Deploy to Stapler (push) Successful in 3m54s

This commit is contained in:
2026-05-02 21:03:39 +02:00
parent 84c408d149
commit b6a5460a04
+2 -2
View File
@@ -37,8 +37,8 @@ jobs:
- name: Run Oxlint
run: bun run lint:oxlint
type-check:
name: 'Type Check'
tsc:
name: 'TypeScript'
runs-on: ubuntu-latest
steps:
- name: Set up Bun