Skip to content

Commit 8cb495b

Browse files
authored
Merge pull request #2397 from DoyleLi/fix_clangformat
[CI][GHA]Update clang-format action yaml file
2 parents 55e93a3 + 4e37e64 commit 8cb495b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/actions/clang-format-SYCLomatic/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
files_to_be_check=""
2424
echo "changed files are $CHANGED_FILES"
2525
26-
for i in "${CHANGED_FILES}"
26+
for i in $CHANGED_FILES
2727
do
2828
if [[ "$i" =~ ${pattern_to_exclude_from_clang} ]];then
2929
echo "${i} will be excluded from format checking"

0 commit comments

Comments
 (0)