ci: add clang_format Dockerfileg

This commit is contained in:
light7734 2025-07-11 12:54:48 +03:30
parent 3ea2a85a94
commit 1824fbc09f
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -0,0 +1,12 @@
FROM alpine:latest
RUN apk add --no-cache \
bash \
curl \
findutils \
git \
libc6-compat \
tar \
clang-extra-tools
RUN clang-format --version && exit 1