|
|
|
@ -21,7 +21,6 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
# This part is also where you can pass other options, for example: |
|
|
|
# This part is also where you can pass other options, for example: |
|
|
|
prettier_options: --write **/*.{js,tsx,jsx,css,scss} |
|
|
|
prettier_options: --write **/*.{js,tsx,jsx,css,scss} |
|
|
|
branch: ${{ github.ref }} |
|
|
|
|
|
|
|
only_changed: true |
|
|
|
only_changed: true |
|
|
|
env: |
|
|
|
env: |
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|