Commit 6c351d6
committed
ci: add clang-tidy to static analysis workflow.
The check for GITHUB_HEAD_REF is used so the same workflow works for PRs
and for branches.
The issue causing git-config(1) to be necessary is tracked in [1].
Meson supports a clang-tidy target of its own, but it's not really
usable for our purposes [2].
[1] actions/checkout#1169
[2] mesonbuild/meson#23831 parent 427cbf1 commit 6c351d6
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
22 | 35 | | |
23 | 36 | | |
24 | 37 | | |
| |||
0 commit comments