mirror of
https://github.com/open-webui/open-webui
synced 2025-04-04 13:02:28 +00:00
fix: 👷 lint:frontend in CI
This commit is contained in:
parent
0b1dd21a30
commit
374ce5dc35
2
.github/workflows/lint-frontend.yaml
vendored
2
.github/workflows/lint-frontend.yaml
vendored
@ -16,5 +16,5 @@ jobs:
|
|||||||
- run: bun --version
|
- run: bun --version
|
||||||
- name: Install frontend dependencies
|
- name: Install frontend dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
- run: bun run lint
|
- run: bun run lint:frontend
|
||||||
- run: bun run lint:types
|
- run: bun run lint:types
|
Loading…
Reference in New Issue
Block a user