From 00209834e56644c053dd02a23f1f3b56de55d387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 16 Jan 2021 23:47:30 +0100 Subject: [PATCH] Add Display shellcheck version step (#36) --- action.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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}}