Skip to content

Commit

Permalink
update CI commands for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Jun 12, 2024
1 parent 3443d33 commit 12d6b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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'

Expand Down

0 comments on commit 12d6b9b

Please sign in to comment.