chore: ci

This commit is contained in:
Timothy Jaeryang Baek
2026-03-25 17:14:13 -05:00
parent 0fa246a1c3
commit 0ded0b7069
+5 -5
View File
@@ -40,10 +40,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
pip install "ruff>=0.15.5"
- name: Format backend
run: npm run format:backend
- name: Ruff format check
run: ruff format --check . --exclude .venv --exclude venv
- name: Check for changes after format
run: git diff --exit-code
- name: Ruff lint
run: ruff check . --exclude .venv --exclude venv