mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
chore: add format:backend npm script to match ci
This commit is contained in:
2
.github/workflows/format-backend.yaml
vendored
2
.github/workflows/format-backend.yaml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
pip install black
|
||||
|
||||
- name: Format backend
|
||||
run: black . --exclude "/venv/"
|
||||
run: npm run format:backend
|
||||
|
||||
- name: Check for changes after format
|
||||
run: git diff --exit-code
|
||||
|
||||
Reference in New Issue
Block a user