Archived
1
0

Update prettier.yml

This commit is contained in:
2020-01-10 17:06:04 +01:00
committed by GitHub
parent 61d0b42539
commit f741444285

View File

@@ -14,7 +14,7 @@ jobs:
- name: Prettify the JS Code - name: Prettify the JS Code
uses: creyD/prettier_action@master uses: creyD/prettier_action@master
with: with:
prettier_options: --no-semi --write src/**/*.js prettier_options: '--no-semi --write src/**/*.js'
branch: ${{ github.head_ref }} branch: ${{ github.head_ref }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}