Skip to content

Commit

Permalink
Address shellcheck checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder authored and yarikoptic committed Feb 16, 2024
1 parent ec5815a commit 2719083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
find . -name .git -prune -o -type f \
'!' '(' -name '*.txt' -o -name '*.md' ')' \
-exec grep -q -m1 '^#!/bin/.*sh' {} ';' \
-exec grep -q -m1 '^#!/bin/\(ba\|da\|k\)\?sh' {} ';' \
-print0 \
| xargs -0 shellcheck
Expand Down

0 comments on commit 2719083

Please sign in to comment.