From 1c8a1e483287715a910a044e999b0569ad5e8659 Mon Sep 17 00:00:00 2001 From: Yasser Tahiri Date: Sun, 25 Jun 2023 01:25:41 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Integrate=20`mypy`=20in=20CI=20(?= =?UTF-8?q?Thanks=20Doctor)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86e4ef60..aaae9072 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,8 @@ jobs: - uses: pre-commit/action@v3.0.0 with: extra_args: --all-files --verbose + - name: Mypy check + run: bash scripts/mypy.sh test: name: test on python ${{ matrix.python-version }} runs-on: ubuntu-latest