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 18eaa3f4e0 - Show all commits

View file

@ -1,6 +1,8 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: clang format name: clang format
clone:
recursive: true
trigger: trigger:
branch: branch:
@ -30,6 +32,8 @@ steps:
kind: pipeline kind: pipeline
type: docker type: docker
name: static analysis name: static analysis
clone:
recursive: true
trigger: trigger:
branch: branch: