add shfmt to lint.yml
This commit is contained in:
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
@@ -16,3 +16,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: run shellcheck
|
- name: run shellcheck
|
||||||
uses: ludeeus/action-shellcheck@1.1.0
|
uses: ludeeus/action-shellcheck@1.1.0
|
||||||
|
|
||||||
|
- name: run shfmt
|
||||||
|
uses: luizm/action-sh-checker@v0.3.0
|
||||||
|
env:
|
||||||
|
SHFMT_OPTS: -i 4 -d
|
||||||
|
with:
|
||||||
|
sh_checker_comment: false
|
||||||
|
sh_checker_shellcheck_disable: true
|
||||||
|
Reference in New Issue
Block a user