You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for i in core/**/*.xml core/**/*.xml extension/**/*.xml sandbox/extension/**/*.xml; do
xmllint --noout --schema schema/extension.xsd $i
echo
done
This should be run before deployments (sandbox and prod) and for prod include additional verifications for links (not to the sandbox, target already exists or is to be deployed).
The text was updated successfully, but these errors were encountered:
We have some basic tests shown in vocabulary.md:
This should be run before deployments (sandbox and prod) and for prod include additional verifications for links (not to the sandbox, target already exists or is to be deployed).
The text was updated successfully, but these errors were encountered: