diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ded66875..3a303ffd 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