From d25ac6662fd070866b7c9a3f45e1ec0db35f4cd2 Mon Sep 17 00:00:00 2001 From: Alex Borro Date: Tue, 5 Mar 2024 14:08:36 +0100 Subject: [PATCH] Shellcheck should fetch all the history so the script can compare files to the main branch --- .github/workflows/shellcheck.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 127a2df..ccf4faa 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -11,6 +11,7 @@ jobs: with: token: ${{ secrets.ULTIMAKER_CI_PAT }} submodules: recursive + fetch-depth: 0 - name: Shell Check id: shellcheck