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 }}