Skip to content

Commit

Permalink
chore(deps): shfmt v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jbergstroem committed Feb 11, 2024
1 parent 4e1e929 commit 8f3c66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f3c66b

Please sign in to comment.