Skip to content

Commit

Permalink
Update simple-shell-syntax-check action to use debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Klintrup committed Jan 10, 2024
1 parent 3228bc1 commit 8e54df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: find-all-files
id: find-all-files
run: find . -type f
- uses: Klintrup/simple-shell-syntax-check@v2.1.0
- uses: Klintrup/simple-shell-syntax-check@debug-output
if: steps.changed-files.outputs.any_changed == 'true'
with:
files: ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
Expand Down

0 comments on commit 8e54df3

Please sign in to comment.