From 95a2d1361d84c61b454ebe506e6963b93f6d8dee Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Nov 2024 14:31:27 +0100 Subject: typescript next --- .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 e7946f9..2387c94 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 + prettier_options: --write **/*.js **/*.ts -- cgit