From 620c2ceadb92f40d139cc6a298bca802a3f775c8 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Nov 2024 14:47:23 +0100 Subject: htmld --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index d43f566..bea3bda 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -20,4 +20,4 @@ jobs: uses: creyD/prettier_action@v4.3 with: same_commit: false - prettier_options: --write **/*.js **/*.ts **/*.css + prettier_options: --write **/*.js **/*.ts **/*.html **/*.css **/*.md -- cgit