From 27e0947157fdfbde0bcc232f3eabc60b7418c9c8 Mon Sep 17 00:00:00 2001 From: Conrad Date: Thu, 16 Jan 2020 17:14:10 +0100 Subject: [PATCH] Updated Workflow --- .github/workflows/prettier.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index df5ae06..6c13aff 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -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 }}