chore: temporarily disable lint/typecheck job in CI

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
kumarabhirup 2026-02-16 23:42:28 -08:00
parent 5a06aa9e89
commit e1201cc7e0
No known key found for this signature in database
GPG Key ID: DB7CA2289CAB0167

View File

@ -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