Update format-backend.yaml

This commit is contained in:
Timothy J. Baek 2024-03-31 01:43:52 -07:00
parent 46a181042b
commit 6c2eb814ed

View file

@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install yapf
pip install black
- name: Format backend
run: bun run format:backend
- name: Check for changes after format