From 3ba330c9480ffdcc8f49c31f1b209a70f77bb2b8 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 12 Jun 2024 10:03:41 +0200 Subject: [PATCH] update CI commands for linting --- .github/workflows/ci-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index ac5ac181..03015e6c 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -108,7 +108,7 @@ jobs: if: matrix.flavour != 'oldstuff' - name: Python linting - run: python3 -m pylint nominatim + run: python3 -m pylint src working-directory: Nominatim if: matrix.flavour != 'oldstuff' @@ -126,7 +126,7 @@ jobs: if: matrix.flavour != 'oldstuff' - name: Python static typechecking - run: python3 -m mypy --strict nominatim + run: python3 -m mypy --strict src working-directory: Nominatim if: matrix.flavour != 'oldstuff' -- 2.39.5