mirror of
https://github.com/open-webui/open-webui.git
synced 2025-07-03 20:20:45 +02:00
fix: 💚 lint all aspects of frontend, even if failure
This commit is contained in:
1
.github/workflows/lint-frontend.yaml
vendored
1
.github/workflows/lint-frontend.yaml
vendored
@ -18,3 +18,4 @@ jobs:
|
|||||||
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