diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index 72c03055..1e1bacca 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -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 \ No newline at end of file