Skip to content

Commit 8aaf784

Browse files
committed
ruff config check
1 parent 2622d61 commit 8aaf784

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/quick-pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
pip install black
3636
pip install ruff
3737
black --check -S -l 100 pori_python tests
38+
ruff config
3839
ruff format --check pori_python tests
3940
- name: Short Tests with pytest
4041
run: pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov ipr --cov-report term --cov-report xml

0 commit comments

Comments
 (0)