diff --git a/.github/workflows/cider-chores.yml b/.github/workflows/cider-chores.yml index 740b265c..47edc384 100644 --- a/.github/workflows/cider-chores.yml +++ b/.github/workflows/cider-chores.yml @@ -61,7 +61,9 @@ jobs: ref: ${{ github.head_ref }} - name: Prettify code - run: npm run format:write + uses: creyD/prettier_action@v4.2 + with: + prettier_options: --write "src/**/*.{js,json,ts,css,less}" - name: Commit Prettier Code uses: stefanzweifel/git-auto-commit-action@v4.14.1