Skip to content

Commit 772b160

Browse files
authored
shfmt -i 2 -ci -sr
1 parent a3dc56e commit 772b160

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sh-checker.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Run the sh-checker
21-
uses: luizm/action-sh-checker@v0.1.7
21+
uses: luizm/action-sh-checker@v0.1.8
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
SHFMT_OPTS: -i 2 -ci -sr
2425
with:
2526
sh_checker_comment: true
2627
sh_checker_exclude: "LICENSE README.md README.zh-Hans-CN.md"

0 commit comments

Comments
 (0)