From 13ba92fd639ffb355a002dec45ed501ec781d8e5 Mon Sep 17 00:00:00 2001 From: schaeff Date: Mon, 29 Aug 2022 13:00:28 +0200 Subject: [PATCH] try with prettier_options --- .github/workflows/js-format-check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/js-format-check.yml b/.github/workflows/js-format-check.yml index d1cc01e3..f09fe597 100644 --- a/.github/workflows/js-format-check.yml +++ b/.github/workflows/js-format-check.yml @@ -8,5 +8,4 @@ jobs: - name: Check format with prettier uses: creyD/prettier_action@v4.2 with: - dry: True - file_pattern: "./**/*.{js,ts,json}" + prettier_options: --check ./**/*.{js,ts,json}