To ensure that any newly introduced builtins are in git.c command list and that no duplicate script files exist, run the 'check-builtins' target as part of static-analysis. Signed-off-by: Denton Liu <liu.denton@xxxxxxxxx> --- ci/run-static-analysis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-static-analysis.sh b/ci/run-static-analysis.sh index 65bcebda41..1ae122fc70 100755 --- a/ci/run-static-analysis.sh +++ b/ci/run-static-analysis.sh @@ -26,7 +26,7 @@ then exit 1 fi -make hdr-check || +make hdr-check check-builtins || exit 1 save_good_tree -- 2.31.0.rc2.261.g7f71774620