chore: temporarily disable lint/typecheck job in CI
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
5a06aa9e89
commit
e1201cc7e0
29
.github/workflows/ci.yml
vendored
29
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user