From 5db3ccd8122cddbe51fb217e293e5ca05b9542c0 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 24 Jan 2020 19:24:50 +0100 Subject: [PATCH] Updated Prettier Workflow --- .github/workflows/cc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cc.yml b/.github/workflows/cc.yml index f7dae50..d1cdeab 100644 --- a/.github/workflows/cc.yml +++ b/.github/workflows/cc.yml @@ -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 }}