We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
shfmt -i 2 -ci -sr
1 parent a3dc56e commit 772b160Copy full SHA for 772b160
.github/workflows/sh-checker.yml
@@ -18,9 +18,10 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2
20
- name: Run the sh-checker
21
- uses: luizm/action-sh-checker@v0.1.7
+ uses: luizm/action-sh-checker@v0.1.8
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
+ SHFMT_OPTS: -i 2 -ci -sr
25
with:
26
sh_checker_comment: true
27
sh_checker_exclude: "LICENSE README.md README.zh-Hans-CN.md"
0 commit comments