Skip to content

Commit 8a3abb9

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 1d8fa9e commit 8a3abb9

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,22 @@ jobs:
812812
- name: Check for typos
813813
uses: crate-ci/[email protected]
814814

815+
fmt-non-blocking:
816+
# runtime is normally 15 seconds
817+
timeout-minutes: 2
818+
819+
name: Format & Typos (non-blocking)
820+
runs-on: ubuntu-latest
821+
steps:
822+
- name: Checkout repo
823+
uses: actions/checkout@v6
824+
825+
- name: "Format `**/*.{md,js,html,yml}` files"
826+
uses: creyD/[email protected]
827+
with:
828+
prettier_version: 3.3.3
829+
prettier_options: --write .
830+
815831
check-cts-runner:
816832
# runtime is normally 2 minutes
817833
timeout-minutes: 10

0 commit comments

Comments
 (0)