From e6bea25f179449a18e9a99eb833f58d8b8c63b0b Mon Sep 17 00:00:00 2001 From: mmayank Date: Tue, 15 Oct 2019 13:46:28 +0530 Subject: [PATCH] Fix CI error Remove non-existing directory reference --- .github/workflows/theHarvester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index 340b6f33..522b2161 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -115,4 +115,4 @@ jobs: - name: Static type checking with mypy run: | mypy --pretty theHarvester/discovery/*.py - mypy --pretty test/*.py + mypy --pretty tests/*.py