mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 17:13:07 +08:00
Merge pull request #1280 from L1ghtn1ng/dev
run static type checking last
This commit is contained in:
commit
aacdf43723
1 changed files with 5 additions and 5 deletions
10
.github/workflows/theHarvester.yml
vendored
10
.github/workflows/theHarvester.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue