mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-09-12 10:26:57 +00:00
one more
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
working-directory: frontend
|
||||
run: |
|
||||
npm i -g pnpm
|
||||
pnpm i --frozen-lockfile --dangerously-allow-all-builds
|
||||
pnpm i --frozen-lockfile
|
||||
|
||||
- name: Run pyright (Python)
|
||||
uses: jakebailey/pyright-action@v1
|
||||
@@ -46,4 +46,4 @@ jobs:
|
||||
|
||||
- name: Run tsc (TypeScript)
|
||||
working-directory: frontend
|
||||
run: pnpm run typecheck
|
||||
run: pnpm run typecheck
|
||||
|
||||
Reference in New Issue
Block a user