mirror of
https://github.com/open-webui/open-webui
synced 2025-05-22 13:54:20 +00:00
fix: 💚 lint all aspects of frontend, even if failure
This commit is contained in:
parent
374ce5dc35
commit
5e13a50b42
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()
|
Loading…
Reference in New Issue
Block a user