From b628773ba99b7f045ac5221040365aea988e2771 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 6 Oct 2019 05:34:41 -0700 Subject: [PATCH] more CI testing --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a766c15..ed9786be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,6 @@ jobs: python3 --version which pylint || echo damn1 which mypy || echo damn2 + pylint --version + mypy --version echo test, and deploy your project.