This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push: new 57aa71d Yaml syntax 57aa71d is described below commit 57aa71d730e08d304f4d15cfa804263fd3c9cad6 Author: Sebb <s...@apache.org> AuthorDate: Sun Dec 8 14:08:16 2024 +0000 Yaml syntax --- .github/workflows/type-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/type-tests.yml b/.github/workflows/type-tests.yml index 65dc5ec..a771ea4 100644 --- a/.github/workflows/type-tests.yml +++ b/.github/workflows/type-tests.yml @@ -34,14 +34,14 @@ jobs: pip install mypy pip install types-docutils pip list - - name: Type testing with mypy: tools + - name: Type testing with mypy - tools run: | mypy --cache-dir /tmp/ --ignore-missing-imports tools - - name: Type testing with mypy: server + - name: Type testing with mypy - server if: always() run: | mypy --cache-dir /tmp/ --ignore-missing-imports server - - name: Type testing with mypy: test + - name: Type testing with mypy - test if: always() run: | mypy --cache-dir /tmp/ --ignore-missing-imports test