Archived
1
0

Updated Prettier Workflow

This commit is contained in:
2020-01-24 19:24:50 +01:00
parent 0745b89bae
commit 5db3ccd812

View File

@@ -15,5 +15,6 @@ jobs:
uses: creyD/prettier_action@master
with:
branch: ${{ github.head_ref }}
prettier_options: --write '**/*.js'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}