fix: clean is already default
This commit is contained in:
parent
8396a0deeb
commit
1ec3988ca2
|
@ -6,8 +6,6 @@ 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:
|
||||||
|
@ -24,7 +22,6 @@ jobs:
|
||||||
uses: actions/npm@master
|
uses: actions/npm@master
|
||||||
with:
|
with:
|
||||||
args: test
|
args: test
|
||||||
|
|
||||||
- name: Publish Filter
|
- name: Publish Filter
|
||||||
uses: actions/bin/filter@master
|
uses: actions/bin/filter@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue