Skip to content

Commit 4ba4adb

Browse files
authored
Update python-lint.yml
1 parent 305043c commit 4ba4adb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ jobs:
1818
python -m pip install --upgrade pip
1919
pip install poetry
2020
poetry install
21-
- name: Static type checker
22-
run: |
23-
poetry run mypy tail-recursive
21+
- name: Test
22+
run: poetry run mypy tail_recursive

0 commit comments

Comments
 (0)