mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
fix: 💚 lint all aspects of frontend, even if failure
This commit is contained in:
parent
374ce5dc35
commit
5e13a50b42
3
.github/workflows/lint-frontend.yaml
vendored
3
.github/workflows/lint-frontend.yaml
vendored
@ -17,4 +17,5 @@ jobs:
|
||||
- name: Install frontend dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
- 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