From bf576de5b688597ff347e77a7b70ff6068bd495b Mon Sep 17 00:00:00 2001 From: heinrich5991 Date: Tue, 13 Oct 2020 23:33:51 +0200 Subject: [PATCH] check_style CI no longer needs git history --- .github/workflows/style.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 62d2ba419..fe3a38102 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -14,8 +14,6 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - with: - fetch-depth: 0 - name: Install clang-format run: | sudo apt-get update -y