You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"::warning file=$file::Syntax test filenames must begin with 'syntax_test_'"
146
+
fi
147
+
if head -n 1 "$path"| grep -vEq '.+\bSYNTAX TEST\b.+".+\.(sublime-syntax|tmLanguage)"';then
148
+
echo"::warning file=$file::Syntax test file format at https://www.sublimetext.com/docs/syntax.html#testing"
149
+
fi
150
+
done
151
+
echo'::endgroup::'
152
+
}
173
153
174
-
"$folder/syntax_tests" \
175
-
|while IFS=''read -r line;do
154
+
parse_test_results() {
155
+
while IFS=''read -r line;do
176
156
echo"$line"
177
157
### Before 4181
178
158
# /home/runner/work/syntax-test-action/syntax_tests/Data/Packages/syntax-test-action/test/defpkg/syntax_test_test:7:1: [source.python constant.language] does not match scope [text.test]
0 commit comments