debug: clean checkout

This commit is contained in:
Mikeal Rogers 2019-09-09 15:23:33 -07:00 committed by GitHub
parent 7114bfe279
commit 6f6e6cf7da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
clean: true
- name: Shell Lint
uses: actions/bin/shellcheck@master
with: