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.
1 parent 90056b8 commit 4e37e64Copy full SHA for 4e37e64
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