From 772b16087475bef19b47b23f90753cd84a3bffa7 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Tue, 29 Sep 2020 15:59:18 +0800 Subject: [PATCH] `shfmt -i 2 -ci -sr` --- .github/workflows/sh-checker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sh-checker.yml b/.github/workflows/sh-checker.yml index 56399ff..a6dd045 100644 --- a/.github/workflows/sh-checker.yml +++ b/.github/workflows/sh-checker.yml @@ -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"