Skip to content

Commit

Permalink
Add Display shellcheck version step (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jan 16, 2021
1 parent ac3e5d1 commit 0020983
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}}

0 comments on commit 0020983

Please sign in to comment.