test(ci): enforce fmt. of *.{md,js,html,yml} with prettier 3.3.3

This actually may enforce the format of other files than these, but it's
unlikely.
This commit is contained in:
Erich Gubler 2024-10-04 11:30:45 -04:00
parent 4437634b03
commit feac44d15e

View File

@ -628,6 +628,12 @@ jobs:
- name: run `taplo fmt`
run: taplo format --check --diff
- name: "Format `**/*.{md,js,html,yml}` files"
uses: creyD/prettier_action@v4.3
with:
prettier_version: 3.3.3
prettier_options: --write .
- name: Check for typos
uses: crate-ci/typos@v1.27.3