This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/trunk by this push: new 7d032c136 Make sure we also run mypy check on CI. 7d032c136 is described below commit 7d032c136aa406a69cf1be1d909ae5d48a1ad256 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Mon Aug 14 22:13:27 2023 +0200 Make sure we also run mypy check on CI. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ece3771e1..a76268bc5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -201,7 +201,7 @@ jobs: - name: Run Python Checks run: | - tox -e black-check,isort-check,pyupgrade,checks,import-timings,lint,pylint + tox -e black-check,isort-check,pyupgrade,checks,import-timings,lint,pylint,mypy build_test_docker_image: name: Build and Verify Docker Image