diff --git a/action.yaml b/action.yaml index e37bfc6..28ebeab 100644 --- a/action.yaml +++ b/action.yaml @@ -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 @@ -196,4 +201,4 @@ runs: echo "Options: ${{ steps.options.outputs.options }}" echo "Status code: ${{steps.check.outputs.statuscode}}" - exit ${{steps.check.outputs.statuscode}} \ No newline at end of file + exit ${{steps.check.outputs.statuscode}}