`shfmt -i 2 -ci -sr`

pull/151/head
IceCodeNew 2020-09-29 15:59:18 +08:00 committed by GitHub
parent a3dc56e54d
commit 772b160874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -18,9 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run the sh-checker
uses: luizm/action-sh-checker@v0.1.7
uses: luizm/action-sh-checker@v0.1.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHFMT_OPTS: -i 2 -ci -sr
with:
sh_checker_comment: true
sh_checker_exclude: "LICENSE README.md README.zh-Hans-CN.md"