First structure for mvt-ios check-usb

This commit is contained in:
tek
2022-06-28 20:35:52 +02:00
parent b420d828ee
commit f864adf97e
16 changed files with 191 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest safety stix2
python -m pip install flake8 pytest safety stix2 pytest-mock
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install .
- name: Lint with flake8