From: Harald Hoyer Date: Thu, 29 Apr 2021 13:59:13 +0000 (+0200) Subject: ci: switch to action-sh-checker v0.2.0 X-Git-Tag: 054~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=851a8011782b96a674c8f4b992853ef46c0fa29f;p=thirdparty%2Fdracut.git ci: switch to action-sh-checker v0.2.0 See also: https://github.com/luizm/action-sh-checker/pull/40#issuecomment-829260125 --- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6629c8bf5..6f1917013 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v2 - name: shfmt - uses: luizm/action-sh-checker@v0.1.13 + uses: luizm/action-sh-checker@v0.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SHFMT_OPTS: -s # arguments to shfmt.