From 0736b940f95cdc2751ceceea2c44ab00ba2895c6 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 24 Jan 2020 19:30:00 +0100 Subject: [PATCH] Removed Prettier options for now --- .github/workflows/cc.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cc.yml b/.github/workflows/cc.yml index d1cdeab..f7dae50 100644 --- a/.github/workflows/cc.yml +++ b/.github/workflows/cc.yml @@ -15,6 +15,5 @@ jobs: uses: creyD/prettier_action@master with: branch: ${{ github.head_ref }} - prettier_options: --write '**/*.js' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}