From aa1a954c1a53ba353103c3a62150787b520c2fcc Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Mon, 11 May 2020 09:09:59 +0200 Subject: [PATCH] Fetch depth --- .github/workflows/code_layout.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/code_layout.yml b/.github/workflows/code_layout.yml index 997f62a1409..3260fa106a7 100644 --- a/.github/workflows/code_layout.yml +++ b/.github/workflows/code_layout.yml @@ -100,6 +100,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 100 - name: Indentation Test run: ./scripts/verify_indentation.sh HEAD~1