mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
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:
parent
4437634b03
commit
feac44d15e
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -628,6 +628,12 @@ jobs:
|
|||||||
- name: run `taplo fmt`
|
- name: run `taplo fmt`
|
||||||
run: taplo format --check --diff
|
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
|
- name: Check for typos
|
||||||
uses: crate-ci/typos@v1.27.3
|
uses: crate-ci/typos@v1.27.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user