From 34c60e77604b3b9ceec1928f04be2043c4597489 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 24 Jan 2020 19:39:51 +0100 Subject: [PATCH] Update cc.yml --- .github/workflows/cc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cc.yml b/.github/workflows/cc.yml index f7dae50..a395b08 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 }}