diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9209e13a..cb4ab814a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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