Skip to content

Commit c21a7de

Browse files
Update mypy.yml
1 parent cd3f17c commit c21a7de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
pip install numpy
1818
pip install mypy
1919
- name: Mypy
20-
mypy --strict tictactoe
20+
run: mypy --strict tictactoe

0 commit comments

Comments
 (0)