forked from open-webui/open-webui
fix: 👷 lint:frontend in CI
This commit is contained in:
parent
0b1dd21a30
commit
374ce5dc35
1 changed files with 1 additions and 1 deletions
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 a new issue