From 08e09280a9f015301afc9460ae3bb88a893ebbe1 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Sun, 24 May 2020 16:44:23 +0100 Subject: [PATCH] Checkout before lint --- .github/workflows/all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index ea402134d..c5bef2409 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -12,6 +12,8 @@ jobs: name: Lint runs-on: ubuntu-18.04 steps: + - name: Checkout + uses: actions/checkout@v2 - name: clang-format uses: DoozyX/clang-format-lint-action@v0.6 with: