ci: add static_analysis #2

Merged
light7734 merged 16 commits from ci/static_analysis into main 2025-07-14 08:45:10 +00:00
Showing only changes of commit b41c22fa3b - Show all commits

View file

@ -11,7 +11,8 @@ RUN apk add --no-cache \
python3 \ python3 \
py3-pip py3-pip
RUN pip install --no-cache-dir conan
RUN pip install --no-cache-dir --break-system-packages conan gitpython
RUN clang --version \ RUN clang --version \
&& conan --version \ && conan --version \