From af2b5fef13b5d1a43b3b2a6002e63311327391f5 Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Sun, 13 Jun 2021 10:51:06 -0400 Subject: [PATCH] Add checkout step to whitespace CI job --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93194f43d..69fac022e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,9 @@ jobs: whitespace: runs-on: ubuntu-20.04 steps: + - + name: Checkout + uses: actions/checkout@v2 - name: Ensure there are no trailing spaces run: |