There was an error while loading. Please reload this page.
1 parent a61f05c commit c319233Copy full SHA for c319233
1 file changed
.github/workflows/lint.yml
@@ -18,8 +18,8 @@ jobs:
18
with:
19
persist-credentials: false
20
21
- - name: Install ShellCheck
22
- run: sudo apt-get update && sudo apt-get install -y shellcheck
+ - name: Verify ShellCheck is available
+ run: shellcheck --version
23
24
- name: Run ShellCheck
25
run: |
0 commit comments