X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c70ca7f57bb40c2807e0149156be9b305c743321..7b042de30010e175dd6694e16d4406b4c889eec3:/.github/workflows/ci-tests.yml?ds=inline diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 53b76a03..2f9c635c 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -99,7 +99,7 @@ jobs: if: matrix.ubuntu == 22 - name: Install latest pylint - run: pip3 install pylint + run: pip3 install pylint mypy types-PyYAML types-jinja2 types-psycopg2 - name: PHP linting run: phpcs --report-width=120 . @@ -109,6 +109,11 @@ jobs: run: pylint nominatim working-directory: Nominatim + - name: Python static typechecking + run: mypy nominatim + working-directory: Nominatim + + - name: PHP unit tests run: phpunit ./ working-directory: Nominatim/test/php