From 4e57dd1719915fa450c31b62d30baf301e819db0 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 15 Mar 2026 10:54:15 +0100 Subject: [PATCH] CI: remove codespell --- .github/workflows/ci-tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 77f592196..01e35b5cd 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -411,10 +411,3 @@ jobs: run: | ./master/bin/nominatim admin --migrate ./release/bin/nominatim add-data --file Nominatim/test/testdb/additional_api_test.data.osm - - codespell: - runs-on: ubuntu-latest - steps: - - uses: codespell-project/actions-codespell@v2 - with: - only_warn: 1