From bde6dd3779ad698342422e22583843595cfc439b Mon Sep 17 00:00:00 2001 From: Core Date: Fri, 16 Sep 2022 17:20:33 +0100 Subject: [PATCH] stop [ci skip] --- .github/workflows/cider-chores.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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