Skip to content

Commit cf77df8

Browse files
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.
1 parent 0a4474d commit cf77df8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,12 @@ jobs:
810810
- name: Run `taplo fmt`
811811
run: taplo format --check --diff
812812

813+
- name: "Format `**/*.{md,js,html,yml}` files"
814+
uses: creyD/[email protected]
815+
with:
816+
prettier_version: 3.3.3
817+
prettier_options: --write .
818+
813819
- name: Check for typos
814820
uses: crate-ci/[email protected]
815821

0 commit comments

Comments
 (0)