We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df95da8 commit 564ebefCopy full SHA for 564ebef
.github/workflows/test.yaml
@@ -30,8 +30,8 @@ jobs:
30
run: uv lock --check
31
- name: Check code style
32
run: |
33
- ruff check --output-format=github
34
- ruff format --check
+ uv run ruff check --output-format=github
+ uv run ruff format --check
35
- name: Execute tests
36
run: uv run coverage run --source portion -m pytest
37
- name: Upload coverage to Coveralls
0 commit comments