From e1201cc7e065981148e7324450a8bd9e78361865 Mon Sep 17 00:00:00 2001 From: kumarabhirup Date: Mon, 16 Feb 2026 23:42:28 -0800 Subject: [PATCH] chore: temporarily disable lint/typecheck job in CI Co-authored-by: Cursor --- .github/workflows/ci.yml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10477edcd05..3ece1b66c33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,23 +10,22 @@ concurrency: cancel-in-progress: true jobs: - check: - name: "check" - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - submodules: false - - - name: Setup Node environment - uses: ./.github/actions/setup-node-env - - - name: Check types and lint and oxfmt - run: pnpm check + # check: + # name: "check" + # runs-on: ubuntu-latest + # steps: + # - name: Checkout + # uses: actions/checkout@v4 + # with: + # submodules: false + # + # - name: Setup Node environment + # uses: ./.github/actions/setup-node-env + # + # - name: Check types and lint and oxfmt + # run: pnpm check test: - needs: [check] runs-on: ubuntu-latest strategy: fail-fast: false