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:
2
.github/workflows/format-backend.yaml
vendored
2
.github/workflows/format-backend.yaml
vendored
@@ -25,3 +25,5 @@ jobs:
|
||||
pip install yapf
|
||||
- name: Format backend
|
||||
run: bun run format:backend
|
||||
- name: Check for changes after format
|
||||
run: git diff --exit-code
|
||||
|
||||
Reference in New Issue
Block a user