debug: clean checkout
This commit is contained in:
parent
7114bfe279
commit
6f6e6cf7da
|
@ -6,6 +6,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
with:
|
||||||
|
clean: true
|
||||||
- name: Shell Lint
|
- name: Shell Lint
|
||||||
uses: actions/bin/shellcheck@master
|
uses: actions/bin/shellcheck@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue