Skip to content

Commit

Permalink
ci: add mypy job
Browse files Browse the repository at this point in the history
QubesOS/qubes-issues#
  • Loading branch information
marmarek committed Aug 14, 2022
1 parent c6c334a commit 5f73f22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ checks:pylint:
script:
- pylint splitgpg2

checks:mypy:
stage: checks
tags:
- docker
before_script:
- pip3 install --quiet -r ci/requirements.txt
script:
- PATH=$PATH:$HOME/.local/bin
- mypy splitgpg2

1 change: 1 addition & 0 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
coverage
codecov
pylint
mypy

0 comments on commit 5f73f22

Please sign in to comment.