summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2026-09-02 15:59:25 -0400
committerGitHub <noreply@github.com>2026-09-02 15:59:25 -0400
commit2254cc44e0d65d3255c05bb67b67f3fb683a5db0 (patch)
treefd75fc74337dded822e16422ec3f5bcdd00b3866 /.github
parentef3c038c0949a4a76e4220e96f25b901cbb03b61 (diff)
downloaddecky-loader-2254cc44e0d65d3255c05bb67b67f3fb683a5db0.tar.gz
decky-loader-2254cc44e0d65d3255c05bb67b67f3fb683a5db0.zip
one more
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/typecheck.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml
index 20e71437..86690aa0 100644
--- a/.github/workflows/typecheck.yml
+++ b/.github/workflows/typecheck.yml
@@ -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 \ No newline at end of file
+ run: pnpm run typecheck