|
|
|
@ -5,6 +5,7 @@ on:
@@ -5,6 +5,7 @@ on:
|
|
|
|
|
push: |
|
|
|
|
paths: |
|
|
|
|
- web/** |
|
|
|
|
|
|
|
|
|
jobs: |
|
|
|
|
prettier: |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
@ -23,7 +24,6 @@ jobs:
@@ -23,7 +24,6 @@ jobs:
|
|
|
|
|
with: |
|
|
|
|
# This part is also where you can pass other options, for example: |
|
|
|
|
prettier_options: --write **/*.{js,ts,jsx,tsx,css,md} |
|
|
|
|
working_directory: web |
|
|
|
|
only_changed: true |
|
|
|
|
env: |
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|