Update theHarvester.yml

This commit is contained in:
J.Townsend 2021-08-02 17:15:37 +01:00 committed by GitHub
parent e6a598a388
commit 210eacf90c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,8 +42,7 @@ jobs:
- name: Static type checking with mypy
run: |
mypy --pretty theHarvester/*/*.py
mypy --pretty theHarvester/*/*/*.py
mypy --pretty theHarvester/**/*.py
- name: Run theHarvester module Anubis
run: |