diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 97e38bd7..0360d859 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -13,7 +13,7 @@ jobs: with: node-version: "18.x" - run: npm ci - - run: npm run format + - run: npm run prettier - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4.1.2 with: