diff options
| author | AAGaming <aagaming@riseup.net> | 2024-05-27 17:21:27 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-05-27 17:21:27 -0400 |
| commit | 9c8db576f5cea498c70d00a0764d7f3c6c9cef65 (patch) | |
| tree | 72436ef52123e6343cdcc21b66efd59b51c4de23 /.github/workflows | |
| parent | a84a13c76d99f1e6f4505d43108a4111749e5035 (diff) | |
| download | decky-loader-9c8db576f5cea498c70d00a0764d7f3c6c9cef65.tar.gz decky-loader-9c8db576f5cea498c70d00a0764d7f3c6c9cef65.zip | |
error boundary now properly reports steam errors
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/typecheck.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index 181a4211..763d8590 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -41,4 +41,4 @@ jobs: - name: Run tsc (TypeScript) working-directory: frontend - run: $(pnpm bin)/tsc --noEmit
\ No newline at end of file + run: pnpm run typecheck
\ No newline at end of file |
