From 2025f439146ca11a17236455c5d80e1f1ec0fb41 Mon Sep 17 00:00:00 2001 From: John-Michael O'Brien Date: Tue, 1 Oct 2024 18:30:10 -0600 Subject: [PATCH] Tweak to improve prettier I think --- .github/workflows/fmt-lint-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fmt-lint-test.yml b/.github/workflows/fmt-lint-test.yml index 6d14e65..ac82a3d 100644 --- a/.github/workflows/fmt-lint-test.yml +++ b/.github/workflows/fmt-lint-test.yml @@ -17,7 +17,7 @@ jobs: run: yarn install shell: bash - name: Check the formatting - run: yarn run prettier --check + run: yarn run prettier --check . shell: bash - name: Lint the App run: yarn lint