mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-11-30 20:27:05 -05:00
tests: enable format check
This commit is contained in:
parent
0f2c166e2a
commit
a4e5418e13
1 changed files with 3 additions and 0 deletions
3
.github/workflows/python-formatting.yml
vendored
3
.github/workflows/python-formatting.yml
vendored
|
|
@ -27,5 +27,8 @@ jobs:
|
|||
./.venv/bin/pip install --upgrade pip
|
||||
./.venv/bin/pip install ruff
|
||||
|
||||
- name: Run check
|
||||
run: make check
|
||||
|
||||
- name: Run formatting check
|
||||
run: make check-format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue