From 2ad911dde89e2a544d6898dc073cf7405806e529 Mon Sep 17 00:00:00 2001 From: Nico G <16513382+117@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:00:32 -0600 Subject: [PATCH] no commit message --- .github/workflows/prettify.yml | 1 + .prettierrc.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prettify.yml b/.github/workflows/prettify.yml index d35dd06..40e9dc9 100644 --- a/.github/workflows/prettify.yml +++ b/.github/workflows/prettify.yml @@ -22,5 +22,6 @@ jobs: - name: Format code uses: creyD/prettier_action@v4.2 with: + dry: true github_token: ${{ secrets.GITHUB_TOKEN }} prettier_options: --write ./src \ No newline at end of file diff --git a/.prettierrc.json b/.prettierrc.json index 783d291..76821ea 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -15,6 +15,5 @@ "htmlWhitespaceSensitivity": "css", "endOfLine": "lf", "embeddedLanguageFormatting": "auto", - "singleAttributePerLine": false, - "pluginSearchDirs": false + "singleAttributePerLine": false } \ No newline at end of file