Add back display version (#73)

This commit is contained in:
Joakim Sørensen
2022-11-06 20:43:35 +01:00
committed by GitHub
parent 6b1b9b1437
commit be27f35867

View File

@@ -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