mirror of https://github.com/openclaw/openclaw.git
ci: skip bun bootstrap in check and docs-check jobs
This commit is contained in:
parent
9a490fbbeb
commit
5f2bcfc4d2
|
|
@ -244,6 +244,8 @@ jobs:
|
|||
|
||||
- name: Setup Node environment
|
||||
uses: ./.github/actions/setup-node-env
|
||||
with:
|
||||
install-bun: "false"
|
||||
|
||||
- name: Check types and lint and oxfmt
|
||||
run: pnpm check
|
||||
|
|
@ -261,6 +263,8 @@ jobs:
|
|||
|
||||
- name: Setup Node environment
|
||||
uses: ./.github/actions/setup-node-env
|
||||
with:
|
||||
install-bun: "false"
|
||||
|
||||
- name: Check docs
|
||||
run: pnpm check:docs
|
||||
|
|
|
|||
Loading…
Reference in New Issue