Fix typo in check if run-clang-tidy runs correctly in Dockerfile (#1)

This commit is contained in:
Sebastian
2023-09-26 11:59:23 +02:00
committed by GitHub
parent 2e73b47919
commit d1dee1ca38

View File

@@ -79,7 +79,7 @@ RUN wget -O clang-utils.tgz "https://github.com/lmapii/run-clang-tidy/releases/d
tar -C /usr/local/run-clang-tidy -xzf clang-utils.tgz --strip-components 1 && \
rm clang-utils.tgz
ENV PATH /usr/local/run-clang-tidy:$PATH
RUN run-clang-format --version
RUN run-clang-tidy --version
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# install unity and ceedling