From cbe1dd0e0ad9e5881b27a3c04d2a0119c2ed3633 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 7 Feb 2021 01:01:06 -0800 Subject: [PATCH] Support prettier running on styles --- web/.github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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