From 94da3de96f8419d4f5b3c694c10cf6b986215ce7 Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Fri, 5 Jul 2024 11:25:37 +0100 Subject: [PATCH] github: Bring inline with latest-edge Signed-off-by: Thomas Parrott --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b2a8b32bd..3a82673f1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,6 +23,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + # A non-shallow clone is needed for the Differential ShellCheck + fetch-depth: 0 - id: ShellCheck name: Differential ShellCheck