Skip to content

Commit

Permalink
chore(gha): Check formatting (#11591)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-taro56 authored Aug 12, 2024
1 parent 7d4d277 commit 724c54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 724c54b

Please sign in to comment.