Skip to content

Commit da93db6

Browse files
phlogistonjohnbehrmann
authored andcommitted
ci: convert workflow file to use tox to run mypy
Convert workflow file to use tox to run mypy. Signed-off-by: John Mulligan <jmulligan@redhat.com>
1 parent b2d7841 commit da93db6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,5 @@ jobs:
4242
tox -e ruff-check
4343
- name: Type Checking (mypy)
4444
run: |
45-
python3 -m mypy --version
46-
python3 -m mypy varlink/
45+
tox -e mypy
4746
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)