Github Actions: add codespell linter, warn only

This commit is contained in:
marc tobias
2024-03-04 00:17:57 +01:00
parent dd2c794de5
commit b7eea4d53a
5 changed files with 21 additions and 7 deletions

View File

@@ -386,3 +386,10 @@ jobs:
- name: Check full import
run: nominatim admin --check-database
codespell:
runs-on: ubuntu-latest
steps:
- uses: codespell-project/actions-codespell@v2
with:
only_warn: 1