chore: cleanup CI

This commit is contained in:
Aidan Holland 2021-01-08 14:37:05 -05:00
parent d13f6284b1
commit 79f68454b8
No known key found for this signature in database
GPG key ID: CA13C419EC251DFF

View file

@ -8,6 +8,7 @@ on:
pull_request:
branches:
- '*'
jobs:
Python:
runs-on: ${{ matrix.os }}
@ -146,6 +147,7 @@ jobs:
- name: Test with pytest
run: |
pytest
- name: Static type checking with mypy
run: |
mypy --pretty theHarvester/*/*.py