forked from hans/Nominatim
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
|
||||
|
||||
- name: Python linting
|
||||
run: ../venv/bin/python -m flake8 src
|
||||
run: ../venv/bin/python -m flake8 src test/python
|
||||
working-directory: Nominatim
|
||||
|
||||
- name: Install mypy and typechecking info
|
||||
|
||||
Reference in New Issue
Block a user