mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-10 21:04:07 +00:00
also enable flake for tests in github actions
This commit is contained in:
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@@ -100,7 +100,7 @@ jobs:
|
|||||||
run: ./venv/bin/pip install -U flake8
|
run: ./venv/bin/pip install -U flake8
|
||||||
|
|
||||||
- name: Python linting
|
- name: Python linting
|
||||||
run: ../venv/bin/python -m flake8 src
|
run: ../venv/bin/python -m flake8 src test/python
|
||||||
working-directory: Nominatim
|
working-directory: Nominatim
|
||||||
|
|
||||||
- name: Install mypy and typechecking info
|
- name: Install mypy and typechecking info
|
||||||
|
|||||||
Reference in New Issue
Block a user