diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 849b0ce..0e72753 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -18,7 +18,7 @@ jobs: # https://github.com/creyD/prettier_action/ uses: creyD/prettier_action@v3.3 with: - prettier_options: --write ./**/*.{js,jsx,ts,tsx,md,json,html,css,scss,java,yml} + prettier_options: --write **/* --ignore-unknown same_commit: false only_changed: ${{ github.event.name == 'push' }} commit_message: Prettified code