[Tile-serving] [osm2pgsql-dev/osm2pgsql] Github actions: Add clang-tidy run to CI (PR #2226)

Jochen Topf notifications at github.com
Thu Aug 15 09:34:55 UTC 2024


Currently CI will not fail if there are warnings from clang-tidy. This is, for the time being, only a way to easily see the messages.

Clang-tidy has its own workflow, so it doesn't interfere with the rest. But because it also needs cmake to run, the cmake run has been taken out of the 'build-and-test' action and put into its own.

This commit also disables some clang-tidy warnings we get from newer versions of clang-tidy.
You can view, comment on, or merge this pull request online at:

  https://github.com/osm2pgsql-dev/osm2pgsql/pull/2226

-- Commit Summary --

  * Github actions: Add clang-tidy run to CI

-- File Changes --

    M .clang-tidy (12)
    M .github/actions/build-and-test/action.yml (22)
    A .github/actions/clang-tidy/action.yml (9)
    A .github/actions/linux-cmake/action.yml (28)
    M .github/workflows/ci.yml (18)
    A .github/workflows/clang-tidy.yml (25)

-- Patch Links --

https://github.com/osm2pgsql-dev/osm2pgsql/pull/2226.patch
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2226.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2226
You are receiving this because you are subscribed to this thread.

Message ID: <osm2pgsql-dev/osm2pgsql/pull/2226 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240815/35686936/attachment-0001.htm>


More information about the Tile-serving mailing list