Skip to content

Commit e4b43ce

Browse files
committed
fix actions
1 parent 7c88138 commit e4b43ce

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/pyci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ jobs:
1717
uv sync
1818
- name: lint
1919
run: |
20-
uv run ruff check .
20+
uv run ruff check .
21+
- name: test
22+
run: |
23+
uv run pytest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "python-project-52"
2+
name = "python-project"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"

0 commit comments

Comments
 (0)