forked from open-webui/open-webui
fix: enforce formatters on GitHub Actions
This commit is contained in:
parent
c42cb438f9
commit
f34fe49bdd
2 changed files with 5 additions and 0 deletions
3
.github/workflows/format-build-frontend.yaml
vendored
3
.github/workflows/format-build-frontend.yaml
vendored
|
@ -18,5 +18,8 @@ jobs:
|
|||
run: bun install
|
||||
- name: Format frontend
|
||||
run: bun run format
|
||||
- name: Check for changes after format
|
||||
run: git diff --exit-code
|
||||
- name: Build frontend
|
||||
if: always()
|
||||
run: bun run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue