Skip to content

Commit

Permalink
Fixing Linting2
Browse files Browse the repository at this point in the history
  • Loading branch information
dblane-digicatapult committed Mar 20, 2024
1 parent b2da4fa commit 0798b2f
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 @@ -14,7 +14,7 @@ jobs:
- name: Install ShellCheck
run: sudo apt-get install shellcheck

- name: Find shell scripts with #!/bin/sh and run ShellCheck
- name: Find shell scripts with \#!/bin/sh and run ShellCheck
run: |
files=$(find . -type f ! -path '*/\.*' -exec grep -lE '^#!(/usr)?/bin/sh' {} +)
if [ -n "$files" ]; then
Expand Down

0 comments on commit 0798b2f

Please sign in to comment.