Skip to content

Commit

Permalink
Added Prettier Write and Prettier Check back to Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-mat authored Oct 29, 2024
1 parent 035fb63 commit ed2ef63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ jobs:
}
run: |
node app --setup="${SETUP}" --ci="${CI}"
- name: Run Prettier Write
run: npx prettier . --write

- name: Run Prettier Check
run: npx prettier . --check

- name: Run ESLint
run: npm run lint
Expand Down

0 comments on commit ed2ef63

Please sign in to comment.