fix(ci.yaml): run turbo from pnpm
Some checks failed
/ check (20) (push) Failing after 28s
/ check (22) (push) Failing after 26s

Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
2025-12-22 00:13:04 +01:00
parent 9c1e87da41
commit 0dd85ff63b

View File

@@ -19,4 +19,4 @@ jobs:
- name: Install - name: Install
run: pnpm install run: pnpm install
- name: Typecheck & Lint - name: Typecheck & Lint
run: SKIP_ENV_VALIDATION=true turbo check run: SKIP_ENV_VALIDATION=true pnpm turbo check