Update prettier.yml
This commit is contained in:
2
.github/workflows/prettier.yml
vendored
2
.github/workflows/prettier.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Prettify the JS Code
|
||||
uses: creyD/prettier_action@master
|
||||
with:
|
||||
prettier_options: --no-semi --write src/**/*.js
|
||||
prettier_options: '--no-semi --write src/**/*.js'
|
||||
branch: ${{ github.head_ref }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user