From 4757f1c3e599304410a737c11f97db92a2bfcefd Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sat, 1 Jun 2024 06:10:07 +0500 Subject: [PATCH] Revert "ci: update format check command to ignore .prettierignore files (#787)" (#788) This reverts commit 1f1ad72e9ea228c4bf7c7ebf2536d72c91f58b00. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f66dc2f8..e938f429c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Lint run: yarn lint - name: Formatting - run: yarn format:check --ignore-path .prettierignore + run: yarn format:check - name: Build run: yarn build