Merge pull request #1280 from L1ghtn1ng/dev

run static type checking last
This commit is contained in:
J.Townsend 2022-12-10 00:01:44 +00:00 committed by GitHub
commit aacdf43723
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,11 +42,6 @@ jobs:
run: |
pytest
- name: Static type checking with mypy
run: |
mypy --pretty theHarvester/*/*.py
mypy --pretty theHarvester/*/*/*.py
- name: Run theHarvester module Anubis
run: |
python theHarvester.py -d apple.com -b anubis
@ -118,3 +113,8 @@ jobs:
- name: Run theHarvester module DNS brute force
run: |
python theHarvester.py -d yale.edu -c
- name: Static type checking with mypy
run: |
mypy --pretty theHarvester/*/*.py
mypy --pretty theHarvester/*/*/*.py