Skip to content

Commit 737a7e9

Browse files
committed
fix typo
1 parent 1c04ced commit 737a7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: tox -e mypy
4545

4646
- name: Run static checks
47-
run: tox -e ptype
47+
run: tox -e pytype
4848

4949
- name: Upload code coverage
5050
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)