added clang-tidy
Build and Push Custom Image / build (push) Failing after 2m23s

This commit is contained in:
2026-05-10 23:27:35 +04:00
parent 92b60dd4df
commit 9eeba65bb9
+2
View File
@@ -8,4 +8,6 @@ RUN apt-get update && apt-get install -y curl gnupg jq git \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get install -y clang-tidy
RUN node -v && cppcheck --version && clang-format --version