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 51f1c58 commit 24440edCopy full SHA for 24440ed
.github/workflows/codecheck.yml
@@ -8,9 +8,12 @@ jobs:
8
run: |
9
wget -O /opt/shellcheck-stable.linux.x86_64.tar.xz https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz
10
tar xf /opt/shellcheck-stable.linux.x86_64.tar.xz -C /opt
11
+
12
- name: Print installed ShellCheck version
13
run: /opt/shellcheck-stable/shellcheck --version
14
15
- name: Check out the repository
- uses: actions/checkout@v2
16
+ uses: actions/checkout@v3
17
18
- name: Run ShellCheck on all files
19
run: find . '(' -name '*.sh' ')' -exec /opt/shellcheck-stable/shellcheck {} +
0 commit comments