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: