summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarcelo Trylesinski <marcelotryle@gmail.com>2022-04-09 08:05:57 +0200
committerGitHub <noreply@github.com>2022-04-09 12:05:57 +0600
commitea11a0b787dac7bbb35e9dc2fcb1411dd924604e (patch)
tree874ef7eca2c81d96dc323f338eef4c8cedb9b4f2 /.github
parent54638f251b4a07fd4e3d1b4b2f17a1ea62178b22 (diff)
downloadkombu-ea11a0b787dac7bbb35e9dc2fcb1411dd924604e.tar.gz
Add `mypy` to the pipeline (#1512)
* Add `mypy` to the pipeline * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 117496a8..f0836777 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -81,3 +81,5 @@ jobs:
run: tox -v -e pydocstyle -- -v
- name: Run apicheck
run: tox -v -e apicheck -- -v
+ - name: Run mypy
+ run: tox -v -e mypy -- -v