pnpm
Some checks failed
Check / Lint and Check (push) Failing after 6s

This commit is contained in:
2025-07-13 01:19:03 +02:00
parent af49f49bbf
commit 723863b971
5 changed files with 6074 additions and 9471 deletions

View File

@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- '**' # matches every branch
- "**" # matches every branch
jobs:
lint_and_check:
@ -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