✨ Use @roots/vite-plugin (#3231)
Co-authored-by: Brandon <brandon@tendency.me>
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -47,9 +47,9 @@ jobs:
|
||||
fi
|
||||
|
||||
jq -e '
|
||||
(.settings.color.palette | map(select(.name == "black")) | length > 0) and
|
||||
(.settings.typography.fontFamilies | map(select(.name == "sans")) | length > 0) and
|
||||
(.settings.typography.fontSizes | map(select(.name == "xl")) | length > 0)
|
||||
(.settings.color.palette | length > 0) and
|
||||
(.settings.typography.fontFamilies | length > 0) and
|
||||
(.settings.typography.fontSizes | length > 0)
|
||||
' "$THEME_JSON" 2>&1 || {
|
||||
echo "❌ Invalid theme.json structure or missing required values"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user