Skip to content

Commit

Permalink
TESTING 123
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 21, 2024
1 parent d905b26 commit 91e9149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=' }}

0 comments on commit 91e9149

Please sign in to comment.