mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 08:25:01 -06:00
chore: add format:backend npm script to match ci
This commit is contained in:
@@ -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