diff --git a/.github/workflows/prettify-code.yml b/.github/workflows/prettify-code.yml index f134cbed8..43744e2a7 100644 --- a/.github/workflows/prettify-code.yml +++ b/.github/workflows/prettify-code.yml @@ -11,8 +11,8 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 + - name: install deps + run: npm install - name: Enforce Prettier - uses: actionsx/prettier@v3 - with: - args: --check . + run: npm run format-check