Skip to content

Commit

Permalink
temp check prettier version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemckinstry committed Sep 27, 2024
1 parent c09cd53 commit 81bb422
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: npm run eslint
- name: lint *.md
run: npm run markdownlint
- name: Check Prettier version
run: npm run prettier --version
- name: format code
run: npm run prettier-check
coverage:
Expand Down

0 comments on commit 81bb422

Please sign in to comment.