We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84f6ba commit ec5d035Copy full SHA for ec5d035
1 file changed
.github/workflows/build.yml
@@ -22,8 +22,8 @@ jobs:
22
pip install -e .[dev]
23
- name: Lint with ruff
24
run: |
25
- ruff check xbox
26
- ruff check tests
+ ruff check xbox
+ ruff check tests
27
- name: Test with pytest
28
29
pytest
0 commit comments