From 4a42c3e4037ef55bf14fb087b23184a1cd7fd47c 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: |