From 161e47866ad4f57df6da4edaa04bfae698c2490f Mon Sep 17 00:00:00 2001 From: Alexis Horgix Chotard Date: Tue, 4 May 2021 15:41:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20chore(ci):=20lint=20for=20static?= =?UTF-8?q?=20types=20using=20mypy=20(Closes=20#28)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 495ecde..ffb3a0e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,6 +16,7 @@ jobs: env: LINTER_RULES_PATH: . # Avoid having to create .github/linters/ dir VALIDATE_PYTHON_FLAKE8: true # Code lint + VALIDATE_PYTHON_MYPY: true # Static typing lint # GITHUB_TOKEN allows the GitHub Super Linter to mark the status of # each individual linter runs in the Checks sections of a pull request GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}