From f8738c5edda4b85b9f50cb07a7f34295fec4b61b Mon Sep 17 00:00:00 2001 From: David Gamero Date: Wed, 6 Nov 2024 22:17:04 +0000 Subject: [PATCH] format action update --- .github/workflows/prettify-code.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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