From 36f1cc783f57c3b4a1f6d5b617f922de6c07eec2 Mon Sep 17 00:00:00 2001 From: Tatsat Mishra Date: Wed, 14 May 2025 06:52:41 +1200 Subject: [PATCH] Consistent usage of npx prettier check. Signed-off-by: Tatsat Mishra --- .github/workflows/prettify-code.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/prettify-code.yml b/.github/workflows/prettify-code.yml index 0c8c8dc..d318786 100644 --- a/.github/workflows/prettify-code.yml +++ b/.github/workflows/prettify-code.yml @@ -13,6 +13,4 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Enforce Prettier - uses: actionsx/prettier@3d9f7c3fa44c9cb819e68292a328d7f4384be206 # v3 - with: - args: --check . + run: npx prettier --check .