From 13fb5632b6dc89756a8f6835aaba3a7907c676d7 Mon Sep 17 00:00:00 2001 From: Anand Prabhu Date: Mon, 13 Jan 2025 12:01:03 +0530 Subject: [PATCH] ci: commenting prettier check for now, will be enabled later --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cdb4197..047e0ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,8 +48,9 @@ jobs: - name: ESLint Check run: npm run lint - - name: Prettier / Format Check - run: npm run format + # NOTE: Commenting prettier check for now + # - name: Prettier / Format Check + # run: npm run format - name: Tests run: xvfb-run -a npm run test