mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-06 17:38:35 +00:00
ci(webui): verify npm and bun lockfiles
This commit is contained in:
parent
5365bab088
commit
905da8e34a
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -64,9 +64,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bun-version: 1.3.6
|
bun-version: 1.3.6
|
||||||
|
|
||||||
|
- name: Verify npm lockfile
|
||||||
|
working-directory: webui
|
||||||
|
run: npm ci --ignore-scripts --dry-run
|
||||||
|
|
||||||
- name: Install WebUI dependencies
|
- name: Install WebUI dependencies
|
||||||
working-directory: webui
|
working-directory: webui
|
||||||
run: bun install
|
run: bun install --frozen-lockfile
|
||||||
|
|
||||||
- name: Lint WebUI
|
- name: Lint WebUI
|
||||||
working-directory: webui
|
working-directory: webui
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user