Add checkout step to whitespace CI job

This commit is contained in:
Michael Lynch 2021-06-13 10:51:06 -04:00
parent 96738277d9
commit 4a42c3e403

View File

@ -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: |