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