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 7c88138 commit e4b43ceCopy full SHA for e4b43ce
.github/workflows/pyci.yml
@@ -17,4 +17,7 @@ jobs:
17
uv sync
18
- name: lint
19
run: |
20
- uv run ruff check .
+ uv run ruff check .
21
+ - name: test
22
+ run: |
23
+ uv run pytest
pyproject.toml
@@ -1,5 +1,5 @@
1
[project]
2
-name = "python-project-52"
+name = "python-project"
3
version = "0.1.0"
4
description = "Add your description here"
5
readme = "README.md"
0 commit comments