FastRobustICP / include /eigen /ci /checkformat.gitlab-ci.yml
adfa5456's picture
Add files using upload-large-folder tool
56ba8bc verified
raw
history blame contribute delete
275 Bytes
checkformat:clangformat:
stage: checkformat
image: alpine:3.19
only:
- merge_requests
allow_failure: true
before_script:
- apk add --no-cache git clang17-extra-tools python3
script:
- git clang-format --diff --commit ${CI_MERGE_REQUEST_DIFF_BASE_SHA}