Skip to content

Commit

Permalink
fix: add prettier check in pr-test CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emnnipal committed Mar 3, 2023
1 parent 95c6076 commit 62e29a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
run: |
pnpm concurrently -g \
"pnpm lint" \
"pnpm check:types"
"pnpm check:types" \
"pnpm prettier --check --ignore-unknown ./" \
"npx cspell ./ --no-progress --no-must-find-files"
pr-deploy-preview:
if: github.event.pull_request.base.ref == 'develop'
Expand Down
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ node_modules/
dist/
build/
coverage/
logs/
.next
.vercel

# logs
*-error.log
Expand Down

0 comments on commit 62e29a1

Please sign in to comment.