Skip to content

Commit

Permalink
add type checking to CI (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-thomm committed May 19, 2024
1 parent 14c8a81 commit 65d468d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/type-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: python -m pip install . --user && python -m pip uninstall ryven --yes
working-directory: ./ryven-editor
- name: Install type-checking dependencies
run: python -m pip install mypy pyside2 --user
run: python -m pip install mypy pyside2 types-Pygments --user
- name: Typecheck
run: mypy
working-directory: .

0 comments on commit 65d468d

Please sign in to comment.