Skip to content

Commit

Permalink
Fixing Prettier Check parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-mat authored Oct 29, 2024
1 parent df09be9 commit 39c790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: npx prettier . --write

- name: Run Prettier Check
run: npx prettier --ignore-path .prettierignore --check
run: npx prettier --ignore-path .prettierignore --check "**/*.{js,ts,jsx,tsx,json,css,html,md}"

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

0 comments on commit 39c790f

Please sign in to comment.