Skip to content

Commit

Permalink
ci: merge lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tapeds committed Dec 22, 2024
1 parent 1578d25 commit 072ebf5
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions .github/workflows/lint.yml → .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
lint:
name: Biome
name: Check
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
Expand All @@ -28,29 +28,8 @@ jobs:
- name: 📥 Download deps
run: pnpm install --frozen-lockfile

- name: 🔬 Check
- name: 🔬 Biome Check
run: pnpm run check

typecheck:
name: ʦ TypeScript
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4

- name: 🤌 Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9

- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- name: 📥 Download deps
run: pnpm install --frozen-lockfile

- name: 🔎 Type check
run: pnpm run typecheck

0 comments on commit 072ebf5

Please sign in to comment.