Support prettier running on styles
This commit is contained in:
parent
0c4a10d2a3
commit
cbe1dd0e0a
2
web/.github/workflows/prettier.yml
vendored
2
web/.github/workflows/prettier.yml
vendored
@ -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 }}
|
Loading…
Reference in New Issue
Block a user