mirror of
https://github.com/open-webui/open-webui.git
synced 2025-07-01 03:00:40 +02:00
fix: 💚 lint all aspects of frontend, even if failure
This commit is contained in:
3
.github/workflows/lint-frontend.yaml
vendored
3
.github/workflows/lint-frontend.yaml
vendored
@ -17,4 +17,5 @@ jobs:
|
|||||||
- name: Install frontend dependencies
|
- name: Install frontend dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
- run: bun run lint:frontend
|
- run: bun run lint:frontend
|
||||||
- run: bun run lint:types
|
- run: bun run lint:types
|
||||||
|
if: success() || failure()
|
Reference in New Issue
Block a user