Skip to content

Commit

Permalink
Incrrect linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dblane-digicatapult committed Mar 21, 2024
1 parent e9abbb4 commit aa3572b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
files=$(find . -type f ! -path '*/\.*' -exec grep -lE '^#!(/usr)?/bin/(ba)?sh' {} +)
if [ -n "$files" ]; then
shellcheck -a -S warning -s sh $files
shellcheck -a -S warning $files
else
echo "No shell scripts with #!/bin/sh or #!/bin/bash shebang found."
fi

0 comments on commit aa3572b

Please sign in to comment.