From 91960abc51e64dd94f19081738011b4168a7c81a Mon Sep 17 00:00:00 2001 From: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com> Date: Tue, 15 Aug 2023 09:36:59 +0000 Subject: [PATCH] fixy 4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 193e427..b17f439 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - name: Prettier Action uses: creyD/prettier_action@v4.3 with: - prettier_options: "--write '*'" + prettier_options: "--write '**/*'" - name: Run Prettier --check run: prettier --check .