Skip to content

Commit

Permalink
tools: Update tidy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 28, 2024
1 parent ab67826 commit 7b75991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ if [[ -n "$(ls_files '*action.yml')" ]]; then
for p in $(ls_files '*action.yml'); do
if [[ "${p##*/}" == "action.yml" ]]; then
actions+=("${p}")
if grep -Fq 'shell: bash' "${p}"; then
if ! grep -Fq 'shell: sh' "${p}"; then
bash_files+=("${p}")
fi
fi
Expand Down

0 comments on commit 7b75991

Please sign in to comment.