From b04461db3bbd3cfa9612e264f5e1930d1c0cee9c Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Tue, 18 Nov 2025 14:37:29 +0530 Subject: [PATCH] chore: disable out lint and format checks in CI workflow (#4781) --- .github/workflows/pull-request-build-lint-web-apps.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request-build-lint-web-apps.yml b/.github/workflows/pull-request-build-lint-web-apps.yml index d4a986155b..1e4a0e6dda 100644 --- a/.github/workflows/pull-request-build-lint-web-apps.yml +++ b/.github/workflows/pull-request-build-lint-web-apps.yml @@ -43,11 +43,11 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - - name: Lint Affected - run: pnpm turbo run check:lint --affected + # - name: Lint Affected + # run: pnpm turbo run check:lint --affected - - name: Check Affected format - run: pnpm turbo run check:format --affected + # - name: Check Affected format + # run: pnpm turbo run check:format --affected - name: Check Affected types run: pnpm turbo run check:types --affected