Skip to content

Commit 8054479

Browse files
committed
fix: fix test.yml
1 parent 632ae70 commit 8054479

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ jobs:
2929
3030
- name: Run checks
3131
run: |
32-
poetry run make lint
32+
poetry run ruff check .
33+
poetry run ruff format --check .
34+
poetry run mypy .

0 commit comments

Comments
 (0)