ci: clone recursively in ci
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-07-11 16:05:02 +03:30
parent 551997fadc
commit 2b044f002a
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

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: