Skip to content

Commit 6545a3a

Browse files
committed
run the diff check first
1 parent 0a5f58f commit 6545a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quick-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
pip install black
3636
pip install ruff
3737
black --check -S -l 100 pori_python tests
38-
ruff format --check pori_python tests
3938
ruff format --diff pori_python tests
39+
ruff format --check pori_python tests
4040
- name: Short Tests with pytest
4141
run: pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov ipr --cov-report term --cov-report xml
4242
env:

0 commit comments

Comments
 (0)