Archived
1
0

Updated Workflow

This commit is contained in:
2020-01-16 17:14:10 +01:00
parent 2f67c0e4e1
commit 27e0947157

View File

@@ -8,13 +8,12 @@ jobs:
steps:
- name: Cloning the repository
uses: actions/checkout@v1
uses: actions/checkout@master
with:
fetch-depth: 1
- name: Prettify the JS Code
uses: creyD/prettier_action@master
with:
prettier_options: '--no-semi --write src/**/*.js'
branch: ${{ github.head_ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}