chore: disable out lint and format checks in CI workflow (#4781)

This commit is contained in:
Prateek Shourya
2025-11-18 14:37:29 +05:30
committed by GitHub
parent 82cf8348b1
commit b04461db3b
@@ -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