"docs/vscode:/vscode.git/clone" did not exist on "1fd61e51d4e8b6c59f979d71165f065314a10881"
Commit 6c2eb814 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

Update format-backend.yaml

parent 46a18104
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install yapf pip install black
- name: Format backend - name: Format backend
run: bun run format:backend run: bun run format:backend
- name: Check for changes after format - name: Check for changes after format
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment