Skip to content

Commit 4e37e64

Browse files
committed
[CI][GHA]Update clang-format action yaml file
Signed-off-by: Xiaodong Li <[email protected]>
1 parent 90056b8 commit 4e37e64

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)