ci: skip bun bootstrap in check and docs-check jobs

This commit is contained in:
Peter Steinberger
2026-02-19 07:58:48 +00:00
parent 9a490fbbeb
commit 5f2bcfc4d2

View File

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