From d352ca8aa2b5c97dc694cdaa0a9944c4b8fd8d19 Mon Sep 17 00:00:00 2001 From: Aabhas Date: Mon, 18 Oct 2021 20:12:05 +0530 Subject: [PATCH] fix: Fix syntax error in deploy.yml, prettier_options Signed-off-by: Aabhas --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 04d4c6d2..d4c1efdb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - name: Prettify code uses: creyD/prettier_action@v4.0 with: - prettier_options: "src/**/*.{ts,jsx,js,css,html,json,md}" --write + prettier_options: "--write src/**/*.{ts,jsx,js,css,html,json,md}" only_changed: True build: # The type of runner that the job will run on