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 6e5ffb7 commit b48dd65Copy full SHA for b48dd65
.github/workflows/validate.yml
@@ -108,9 +108,9 @@ jobs:
108
- uses: actions/checkout@v4
109
- name: install shellcheck
110
env:
111
- VERSION: v0.9.0
+ VERSION: v0.10.0
112
BASEURL: https://github.com/koalaman/shellcheck/releases/download
113
- SHA256: 7087178d54de6652b404c306233264463cb9e7a9afeb259bb663cc4dbfd64149
+ SHA256: f35ae15a4677945428bdfe61ccc297490d89dd1e544cc06317102637638c6deb
114
run: |
115
mkdir ~/bin
116
curl -sSfL --retry 5 $BASEURL/$VERSION/shellcheck-$VERSION.linux.x86_64.tar.xz |
0 commit comments