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 a2733f4 commit eae09eaCopy full SHA for eae09ea
.github/workflows/validate-component-metadata-schema.yml
@@ -65,7 +65,7 @@ jobs:
65
for type in $COMPONENT_TYPES; do
66
echo "COMPONENT_TYPE=$type"
67
NEW_COMPONENTS+=$(git diff --name-only --diff-filter=A $COMMIT_RANGE -- "components" | \
68
- grep -E "^component/$type/[^/]+/$")
+ grep -E "^component/$type/[^/]+/$"
69
sed 's/^components\///' | \
70
sort -u | \
71
tr '\n' ',' | \
0 commit comments