mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
Let's add a basic clang-tidy check to the linter workflow. This gives us the following: - A check so that we don't introduce any new cyclic header dependencies - A check to make sure all of our header files are standalone, as clang-tidy will fail to parse header files that don't include all their dependencies.