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