From 72e04221c7efe63116857dc6e003dec59d514b48 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Thu, 18 Sep 2025 23:26:29 +0200 Subject: [PATCH] github: Update codeformat workflow. Signed-off-by: iabdalkader --- .github/workflows/codeformat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeformat.yml b/.github/workflows/codeformat.yml index 4a32ebbb5..a101b6538 100644 --- a/.github/workflows/codeformat.yml +++ b/.github/workflows/codeformat.yml @@ -31,7 +31,7 @@ jobs: with: submodules: false persist-credentials: false - fetch-depth: 0 + fetch-depth: 50 - name: '🔎 Check code formatting' uses: openmv/uncrustify-action@v1