You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "::error::Unable to determine clang-format version from ITK .pre-commit-config.yaml for branch '${ITK_BRANCH}'. The expected mirrors-clang-format revision entry was not found or could not be parsed."
28
+
rm -f ITK.pre-commit-config.yaml
29
+
exit 1
30
+
fi
31
+
if ! [[ "${CLANG_FORMAT_VERSION}" =~ ^[0-9]+(\.[0-9]+)*$ ]]; then
32
+
echo "::error::Invalid clang-format version parsed from ITK .pre-commit-config.yaml for branch '${ITK_BRANCH}': '${CLANG_FORMAT_VERSION}'. Expected a numeric version such as '18.1.8'."
0 commit comments