We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55e93a3 + 4e37e64 commit 8cb495bCopy full SHA for 8cb495b
devops/actions/clang-format-SYCLomatic/action.yml
@@ -23,7 +23,7 @@ runs:
23
files_to_be_check=""
24
echo "changed files are $CHANGED_FILES"
25
26
- for i in "${CHANGED_FILES}"
+ for i in $CHANGED_FILES
27
do
28
if [[ "$i" =~ ${pattern_to_exclude_from_clang} ]];then
29
echo "${i} will be excluded from format checking"
0 commit comments