mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01:00
Add back display version (#73)
This commit is contained in:
parent
6b1b9b1437
commit
be27f35867
@ -87,6 +87,11 @@ runs:
|
|||||||
mv "${{ github.action_path }}/shellcheck-${INPUT_VERSION}/shellcheck" \
|
mv "${{ github.action_path }}/shellcheck-${INPUT_VERSION}/shellcheck" \
|
||||||
"${{ github.action_path }}/shellcheck"
|
"${{ github.action_path }}/shellcheck"
|
||||||
|
|
||||||
|
- name: Display shellcheck version
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
"${{ github.action_path }}/shellcheck" --version
|
||||||
|
|
||||||
- name: Set options
|
- name: Set options
|
||||||
shell: bash
|
shell: bash
|
||||||
id: options
|
id: options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user