Merge branch 'clang-format-14' into 'main'

ci: Update from clang-format-11 to clang-format-14

See merge request GNOME/glib!3646
This commit is contained in:
Michael Catanzaro 2023-10-17 14:13:56 +00:00
commit 58b66f3d6b

View File

@ -9,7 +9,7 @@ ancestor_horizon=28 # days (4 weeks)
source .gitlab-ci/search-common-ancestor.sh
git diff -U0 --no-color "${newest_common_ancestor_sha}" | .gitlab-ci/clang-format-diff.py -binary "clang-format-11" -p1
git diff -U0 --no-color "${newest_common_ancestor_sha}" | .gitlab-ci/clang-format-diff.py -binary "clang-format-14" -p1
)
exit_status=$?