Skip to content

Commit 8cf4628

Browse files
committed
chore: try a different approach
1 parent 8f52a60 commit 8cf4628

File tree

2 files changed

+4
-57
lines changed

2 files changed

+4
-57
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ jobs:
3333

3434
- uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c # 1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
3535
name: 🟧 Install pnpm
36-
# pnpm cache skipped deliberately as the project is not actually installed here
36+
37+
- name: 📦 Install dependencies (root only, no scripts)
38+
run: pnpm install --filter . --ignore-scripts
3739

3840
- name: 🔠 Lint project
39-
run: node scripts/lint.ts
41+
run: pnpm lint
4042

4143
types:
4244
name: 💪 Type check

scripts/lint.ts

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)