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