diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8ab084f..cab2744 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v4 - name: Install shfmt env: - version: "3.7.0" + version: "3.8.0" run: curl -Ls -o shfmt "https://github.com/mvdan/sh/releases/download/v${{ env.version }}/shfmt_v${{ env.version }}_linux_amd64" && chmod +x shfmt && sudo mv shfmt /usr/local/bin - name: Lint shell scripts run: shfmt -i 2 -d sh/*.sh test/*.sh