Skip to content

Commit c13e9e1

Browse files
committed
Test CI
1 parent a8947b0 commit c13e9e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/wrap.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
- name: Wrap
4747
run: |
4848
if #${CHANGED_FILES}[@] == 0; then
49-
echo "No files to wrap"
49+
echo "No files to wrap"
5050
else
51-
echo "Wrapping files: ${CHANGED_FILES}"
52-
for file in ${CHANGED_FILES}; do
53-
echo "Wrapping $file"
54-
powrap $file
55-
done
51+
echo "Wrapping files: ${CHANGED_FILES}"
52+
for file in ${CHANGED_FILES}; do
53+
echo "Wrapping $file"
54+
powrap $file
55+
done
5656
fi

0 commit comments

Comments
 (0)