fix(ci): bug with Type Check job name
Lint / Oxlint (push) Successful in 8m46s
Lint / TypeScript (push) Failing after 8m25s
Lint / ESLint (push) Successful in 10m16s
Deploy / Build (push) Successful in 11m11s
Deploy / Deploy to Stapler (push) Has been cancelled

This commit is contained in:
2026-05-02 21:03:39 +02:00
parent 84c408d149
commit d388e8f288
+2 -4
View File
@@ -37,8 +37,8 @@ jobs:
- name: Run Oxlint - name: Run Oxlint
run: bun run lint:oxlint run: bun run lint:oxlint
type-check: tsc:
name: 'Type Check' name: 'TypeScript'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up Bun - name: Set up Bun
@@ -47,7 +47,5 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Install dependencies - name: Install dependencies
run: bun ci run: bun ci
- name: Create fake articles
run: mv articles.example articles
- name: Run type check - name: Run type check
run: bun run type-check run: bun run type-check