Skip to content

Commit d81d655

Browse files
committed
fix actions
1 parent e4b43ce commit d81d655

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/pyci.yml

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

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"
2+
name = "hexlet-code"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"

0 commit comments

Comments
 (0)