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