Skip to content

Commit

Permalink
Use prettier version from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Sep 7, 2023
1 parent 28b14d7 commit 6c4ca04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
run: yarn install
- name: Run Prettier Test
run: npx prettier --check .

0 comments on commit 6c4ca04

Please sign in to comment.