diff --git a/web/.github/workflows/prettier.yml b/web/.github/workflows/prettier.yml index 22bc9db46..c39705559 100644 --- a/web/.github/workflows/prettier.yml +++ b/web/.github/workflows/prettier.yml @@ -23,7 +23,7 @@ jobs: uses: creyD/prettier_action@v3.1 with: # This part is also where you can pass other options, for example: - prettier_options: --write **/*.{js,tsx,jsx} + prettier_options: --write **/*.{js,tsx,jsx,css,scss} only_changed: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file