Skip to content

Commit 82d93fc

Browse files
authored
chore: correct name for mypy step
1 parent e707edd commit 82d93fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: make dev
3131
- name: Formatting and Linting
3232
run: make lint
33-
- name: Typing
33+
- name: Static type checking
3434
run: make mypy
3535
- name: Test with pytest
3636
run: make test

0 commit comments

Comments
 (0)