diff --git a/action.yaml b/action.yaml index 9b7e07e..ecc33d0 100644 --- a/action.yaml +++ b/action.yaml @@ -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