debug: clean checkout
This commit is contained in:
parent
7114bfe279
commit
6f6e6cf7da
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue