From 91e91492043d5fd31f473ce9de3d82379289bc3f Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 21 Dec 2024 15:28:44 +0100 Subject: [PATCH] TESTING 123 --- .github/workflows/reusable-actionlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-actionlint.yml b/.github/workflows/reusable-actionlint.yml index 458eda5..5d3235e 100644 --- a/.github/workflows/reusable-actionlint.yml +++ b/.github/workflows/reusable-actionlint.yml @@ -33,4 +33,4 @@ jobs: - name: Check workflow files uses: docker://rhysd/actionlint:latest with: - args: -color ${{ inputs.shellcheck && '' || '-shellcheck=' }} ${{ inputs.pyflakes && '' || '-pyflakes=' }} + args: -color -verbose ${{ inputs.shellcheck && '' || '-shellcheck=' }} ${{ inputs.pyflakes && '' || '-pyflakes=' }}