PNPM
Some checks failed
Lint / Lint and Typecheck (push) Failing after 6s

This commit is contained in:
2025-07-13 01:15:15 +02:00
parent aba4e4a7f6
commit 1c1b842a15
6 changed files with 5052 additions and 7657 deletions

View File

@@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- '**' # matches every branch
- "**" # matches every branch
jobs:
lint_and_typecheck:
@@ -19,10 +19,10 @@ jobs:
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 22
cache: 'npm'
cache: "pnpm"
- name: Install dependencies
run: npm ci
run: pnpm install
- name: Run check
run: npm run check
run: pnpm run check