From 724c54bd5beb1954a492889a88000199372412c3 Mon Sep 17 00:00:00 2001 From: Kawahara Shotaro <121674121+k-taro56@users.noreply.github.com> Date: Tue, 13 Aug 2024 06:52:21 +0900 Subject: [PATCH] chore(gha): Check formatting (#11591) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }}