Skip to content

Commit

Permalink
Add back display version (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Nov 6, 2022
1 parent 6b1b9b1 commit be27f35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be27f35

Please sign in to comment.