From be27f35867211654a1908325bd4d01caf7093113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 6 Nov 2022 20:43:35 +0100 Subject: [PATCH] Add back display version (#73) --- action.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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