mirror of
https://github.com/evroon/bracket.git
synced 2026-01-20 12:08:41 -05:00
Add ruff check (#294)
This commit is contained in:
4
.github/workflows/backend.yml
vendored
4
.github/workflows/backend.yml
vendored
@@ -53,3 +53,7 @@ jobs:
|
||||
- name: Run black
|
||||
run: pipenv run black --check .
|
||||
working-directory: backend
|
||||
|
||||
- name: Run ruff
|
||||
run: pipenv run ruff check .
|
||||
working-directory: backend
|
||||
|
||||
Reference in New Issue
Block a user