Skip to content

Commit 5cef603

Browse files
committed
print the version in the test
1 parent 3fabd07 commit 5cef603

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/shellcheck.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ jobs:
1414
uses: sudo-bot/action-shellcheck@latest
1515
with:
1616
cli-args: "--format=checkstyle --severity=info docker/tests/script.sh"
17+
- name: print shellcheck version
18+
uses: sudo-bot/action-shellcheck@latest
19+
with:
20+
cli-args: "--version"

0 commit comments

Comments
 (0)