Skip to content

Commit

Permalink
Update pytype-examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Dec 11, 2023
1 parent d64af15 commit 4ceca57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytype-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
python -c 'import docstring_parser; print(docstring_parser.__path__)'
python -c 'import termcolor; print(termcolor.__path__)'
pytype --unresolved -v2 examples
pytype --tree -v2 examples
cd examples
pytype .
- name: Run PyType on examples
run: pytype examples
Expand Down

0 comments on commit 4ceca57

Please sign in to comment.