mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-18 02:25:51 +08: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…
x
Reference in New Issue
Block a user