diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 39ab486..3e1718d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,16 +17,10 @@ jobs: cache: 'pnpm' - name: Install dependencies run: pnpm install - checks: - needs: install - steps: - name: Linting run: pnpm lint - name: Formatting run: pnpm fmt:check - build: - needs: install - steps: - name: Build modules run: pnpm build - name: Run tests