mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2024-08-16 10:09:53 +02:00
Add Display shellcheck version step (#36)
This commit is contained in:
parent
ac3e5d1ab4
commit
00209834e5
1 changed files with 6 additions and 1 deletions
|
@ -65,6 +65,11 @@ runs:
|
|||
mv "${{ github.action_path }}/shellcheck-${scversion}/shellcheck" \
|
||||
"${{ github.action_path }}/shellcheck"
|
||||
|
||||
- name: Display shellcheck version
|
||||
shell: bash
|
||||
run: |
|
||||
"${{ github.action_path }}/shellcheck" --version
|
||||
|
||||
- name: Set options
|
||||
shell: bash
|
||||
id: options
|
||||
|
@ -196,4 +201,4 @@ runs:
|
|||
echo "Options: ${{ steps.options.outputs.options }}"
|
||||
echo "Status code: ${{steps.check.outputs.statuscode}}"
|
||||
|
||||
exit ${{steps.check.outputs.statuscode}}
|
||||
exit ${{steps.check.outputs.statuscode}}
|
||||
|
|
Loading…
Reference in a new issue