diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 76d7ac5..b2233aa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,5 +31,11 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile + - name: Build + run: pnpm build + + - name: Lint + run: pnpm lint + - name: Test - run: pnpm build && pnpm test \ No newline at end of file + run: pnpm test \ No newline at end of file