ci: clone recursively in ci

This commit is contained in:
light7734 2025-07-11 16:05:02 +03:30
parent 8419f366b9
commit 18eaa3f4e0

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: