aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-10-09 22:58:08 +0200
committerVendicated <vendicated@riseup.net>2022-10-09 22:58:08 +0200
commita89e17a3904cce8b7c9a70519e275fe9364526ae (patch)
treecd611a02618ac9aa59af7633ee35d96926251e68 /.github/workflows
parent5610df8b3707fd8405764b903cb3f829571075ac (diff)
downloadVencord-a89e17a3904cce8b7c9a70519e275fe9364526ae.tar.gz
Vencord-a89e17a3904cce8b7c9a70519e275fe9364526ae.tar.bz2
Vencord-a89e17a3904cce8b7c9a70519e275fe9364526ae.zip
Make typescript happy, tsc test run in CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 3a303ff..5e8dc04 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -24,4 +24,4 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Lint & Test if it compiles
- run: pnpm lint && pnpm build
+ run: pnpm test