diff options
author | Vendicated <vendicated@riseup.net> | 2022-10-09 22:58:08 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-10-09 22:58:08 +0200 |
commit | a89e17a3904cce8b7c9a70519e275fe9364526ae (patch) | |
tree | cd611a02618ac9aa59af7633ee35d96926251e68 /.github/workflows | |
parent | 5610df8b3707fd8405764b903cb3f829571075ac (diff) | |
download | Vencord-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.yml | 2 |
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 |