Skip to content

Commit 85a7e89

Browse files
committed
Update validation workflow.
Signed-off-by: alyssacgoins <[email protected]>
1 parent dd7077d commit 85a7e89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate-component-metadata-schema.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464
# Filter for files that are directly in components/
6565
grep -E "components.+/" | \
6666
sed 's/^components\///' | \
67-
sort -u)
67+
sort -u | \
68+
tr '\n' ',' | \
69+
sed 's/,$//')
6870
6971
# --- Output ---
7072
echo "The following new components were found and will be validated: $NEW_COMPONENTS"

0 commit comments

Comments
 (0)