4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00

Consistent usage of npx prettier check.

Signed-off-by: Tatsat Mishra <tamishra@microsoft.com>
This commit is contained in:
Tatsat Mishra 2025-05-14 06:52:41 +12:00
parent 32e4133192
commit 36f1cc783f
No known key found for this signature in database
GPG key ID: 314561C38E2C59F4

View file

@ -13,6 +13,4 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Enforce Prettier - name: Enforce Prettier
uses: actionsx/prettier@3d9f7c3fa44c9cb819e68292a328d7f4384be206 # v3 run: npx prettier --check .
with:
args: --check .