From ec58a176350d0829bb4c24476a4402674559c77b Mon Sep 17 00:00:00 2001 From: Drish-xD Date: Wed, 4 Sep 2024 02:04:19 +0530 Subject: [PATCH] chore: enable prettier in CI --- .github/workflows/checks.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 76cf1b8..fc1e6a1 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -34,6 +34,5 @@ jobs: - name: Check ESLint run: npm run lint:check - # TODO: Uncomment when code is formated by Prettier - # - name: Check Prettier - # run: npm run format:check + - name: Check Prettier + run: npm run format:check