diff options
Diffstat (limited to '.github')
-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 |