forked from open-webui/open-webui
fix: 💚 lint all aspects of frontend, even if failure
This commit is contained in:
parent
374ce5dc35
commit
5e13a50b42
1 changed files with 2 additions and 1 deletions
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 a new issue