Skip to content

Commit

Permalink
Updated test.yaml by removing Prettier Write and Check actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-mat authored Oct 29, 2024
1 parent 3565db4 commit 035fb63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ 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 035fb63

Please sign in to comment.