We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f52a60 commit 8cf4628Copy full SHA for 8cf4628
.github/workflows/ci.yml
@@ -33,10 +33,12 @@ jobs:
33
34
- uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c # 1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
35
name: 🟧 Install pnpm
36
- # pnpm cache skipped deliberately as the project is not actually installed here
+
37
+ - name: 📦 Install dependencies (root only, no scripts)
38
+ run: pnpm install --filter . --ignore-scripts
39
40
- name: 🔠 Lint project
- run: node scripts/lint.ts
41
+ run: pnpm lint
42
43
types:
44
name: 💪 Type check
scripts/lint.ts
0 commit comments