Skip to content

Commit

Permalink
test(ci): enforce fmt. of *.{md,js,html,yml} with prettier 3.3.3
Browse files Browse the repository at this point in the history
This actually may enforce the format of other files than these, but it's
unlikely.
  • Loading branch information
ErichDonGubler committed Oct 4, 2024
1 parent 78d8412 commit 89b9537
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,12 @@ jobs:
cargo fmt -- --check
cargo fmt --manifest-path xtask/Cargo.toml -- --check
- name: "Format `**/*.{md,js,html,yml}` files"
uses: creyD/[email protected]
with:
prettier_version: 3.3.3
prettier_options: --write .

- name: Check for typos
uses: crate-ci/[email protected]

Expand Down

0 comments on commit 89b9537

Please sign in to comment.