test: run mypy in test-src not in GH actions
This commit is contained in:
parent
e330e82cf0
commit
5cb2da55f1
3 changed files with 29 additions and 12 deletions
12
.github/workflows/checks.yml
vendored
12
.github/workflows/checks.yml
vendored
|
|
@ -74,15 +74,3 @@ jobs:
|
|||
-k autopep8 \
|
||||
--rootdir=. \
|
||||
-v
|
||||
|
||||
mypy:
|
||||
name: "Mypy check"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v2
|
||||
- name: Check files with mypy
|
||||
run: |
|
||||
sudo apt install python3-pip -y
|
||||
sudo pip install mypy types-pyyaml jsonschema mako
|
||||
mypy osbuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue