diff options
author | Vendicated <vendicated@riseup.net> | 2022-10-09 22:36:26 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-10-09 22:36:26 +0200 |
commit | 5610df8b3707fd8405764b903cb3f829571075ac (patch) | |
tree | 4c39de5e84f717676e608a02b0375f45da1fc6dc /.github/workflows | |
parent | 9e6ee4df52c92d5dc70a9ba59f3181fff1176676 (diff) | |
download | Vencord-5610df8b3707fd8405764b903cb3f829571075ac.tar.gz Vencord-5610df8b3707fd8405764b903cb3f829571075ac.tar.bz2 Vencord-5610df8b3707fd8405764b903cb3f829571075ac.zip |
Holy shidd Aliucod Desktop real????
This is what happens if you dont pay attention while kanging :trollface:
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 ded6687..3a303ff 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,5 +23,5 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - - name: Build aliucord + - name: Lint & Test if it compiles run: pnpm lint && pnpm build |