Skip to content

Commit

Permalink
adjust to only run prettier on html and nothing else yet
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-fletcher committed Jul 1, 2024
1 parent ecdd4e0 commit 96707dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{js,md,html}
prettier_options: --write **/*.{html}

0 comments on commit 96707dc

Please sign in to comment.