mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
fix: enforce formatters on GitHub Actions
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user