From 3bf5a2550aaca9810c1136b6d11173062f4cf259 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Nov 2024 14:35:25 +0100 Subject: can they handle the jimmy neutron style --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 2387c94..d43f566 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 + prettier_options: --write **/*.js **/*.ts **/*.css -- cgit