We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20adb50 + f44713b commit 1535462Copy full SHA for 1535462
1 file changed
syntax-tests.sh
@@ -139,7 +139,7 @@ SYNTAX
139
140
check_syntax_test_filenames() {
141
echo "::group::Checking syntax test filenames"
142
- for path in $(find . -iname syntax_test*); do
+ for path in "$(find . -iname 'syntax_test*')"; do
143
file="${path/$packages\/$INPUT_PACKAGE_NAME/$INPUT_PACKAGE_ROOT}"
144
if echo "$file" | grep -v '/syntax_test_'; then
145
echo "::warning file=$file::Syntax test filenames must begin with 'syntax_test_'"
0 commit comments