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