mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2024-08-16 10:09:53 +02:00
Add back display version (#73)
This commit is contained in:
parent
6b1b9b1437
commit
be27f35867
1 changed files with 5 additions and 0 deletions
|
@ -87,6 +87,11 @@ runs:
|
|||
mv "${{ github.action_path }}/shellcheck-${INPUT_VERSION}/shellcheck" \
|
||||
"${{ github.action_path }}/shellcheck"
|
||||
|
||||
- name: Display shellcheck version
|
||||
shell: bash
|
||||
run: |
|
||||
"${{ github.action_path }}/shellcheck" --version
|
||||
|
||||
- name: Set options
|
||||
shell: bash
|
||||
id: options
|
||||
|
|
Loading…
Reference in a new issue