From d388e8f288254f294327d39a0c884d19cbbae3c7 Mon Sep 17 00:00:00 2001 From: klemek Date: Sat, 2 May 2026 21:03:39 +0200 Subject: [PATCH] fix(ci): bug with Type Check job name --- .github/workflows/lint.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 30b3a47..f3ebe8d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 @@ -47,7 +47,5 @@ jobs: uses: actions/checkout@v6 - name: Install dependencies run: bun ci - - name: Create fake articles - run: mv articles.example articles - name: Run type check run: bun run type-check