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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,11 @@ runs:
mv "${{ github.action_path }}/shellcheck-${INPUT_VERSION}/shellcheck" \ mv "${{ github.action_path }}/shellcheck-${INPUT_VERSION}/shellcheck" \
"${{ github.action_path }}/shellcheck" "${{ github.action_path }}/shellcheck"
- name: Display shellcheck version
shell: bash
run: |
"${{ github.action_path }}/shellcheck" --version
- name: Set options - name: Set options
shell: bash shell: bash
id: options id: options