add shfmt to lint.yml

This commit is contained in:
Roni Väyrynen
2021-08-24 09:15:07 +03:00
committed by GitHub
parent 8bd090aada
commit c0d56a59c2

View File

@@ -16,3 +16,11 @@ jobs:
- uses: actions/checkout@v2
- name: run shellcheck
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