Add checkout step to whitespace CI job

This commit is contained in:
Michael Lynch 2021-06-13 10:51:06 -04:00
parent 372ac3a40c
commit af2b5fef13

View File

@ -84,6 +84,9 @@ jobs:
whitespace: whitespace:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
-
name: Checkout
uses: actions/checkout@v2
- -
name: Ensure there are no trailing spaces name: Ensure there are no trailing spaces
run: | run: |