From 79ba2cc924beb790308d62c989db7fb6d3b1b31f Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Nov 2024 15:17:14 +0100 Subject: json derulo --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index bea3bda..76f475d 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 **/*.html **/*.css **/*.md + prettier_options: --write **/*.json **/*.js **/*.ts **/*.html **/*.css **/*.md -- cgit