diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2e4fd49a5..36edede556 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,8 +107,8 @@ jobs: - name: Build if: ${{ env.PACKAGES_CHANGES == 'true' || github.ref == 'refs/heads/main' }} run: pnpm build - - name: Lint - run: pnpm lint + - name: Check formatting + run: pnpm format timeout-minutes: 15 - name: Run unit tests if: ${{ env.PACKAGES_CHANGES == 'true' || github.ref == 'refs/heads/main' }}