]> git.ipfire.org Git - thirdparty/systemd.git/commit
ci: Add basic clang-tidy check to linter workflow 37226/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 23 Apr 2025 13:21:11 +0000 (15:21 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 23 Apr 2025 14:13:58 +0000 (16:13 +0200)
commit9b5895be12029846011a092a9059fe4b014e0a03
treed448a7a7c18ec88b5ff0ecb9e35a362e943e73db
parent9e3d048bd0ce74b6285b47c8328de60d0ae63827
ci: Add basic clang-tidy check to linter workflow

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.
.clang-tidy [new file with mode: 0644]
.clang-tidy-ignore [new file with mode: 0644]
.github/workflows/linter.yml