chore: add format:backend npm script to match ci

This commit is contained in:
Jun Siang Cheah 2024-03-31 22:13:39 +01:00
parent a6c154d839
commit 11850b75c8
2 changed files with 2 additions and 1 deletions

View file

@ -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