We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f27ca commit 42b43dcCopy full SHA for 42b43dc
.github/workflows/ci.yml
@@ -96,8 +96,8 @@ jobs:
96
- name: Install shfmt
97
if: matrix.kind == 'shfmt'
98
run: |
99
- sudo curl -sSfL "https://github.com/mvdan/sh/releases/download/v${{ matrix.shfmt-version }}/shfmt_v${{ matrix.shfmt-version }}_linux_amd64" -o /usr/local/bin/shfmt
100
- sudo chmod +x /usr/local/bin/shfmt
+ curl -sSfL "https://github.com/mvdan/sh/releases/download/v${{ matrix.shfmt-version }}/shfmt_v${{ matrix.shfmt-version }}_linux_amd64" -o /usr/local/bin/shfmt
+ chmod +x /usr/local/bin/shfmt
101
102
- name: Test shfmt
103
0 commit comments