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
* feat(json-schema-check): add new action
The goal is to check the compliance of configuration files against their
Schema template.
Leveraging the check-jsonschema CLI tool.
Issue-Id: SCM-6366
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Change-Id: I3ca864e58d408e85ed049266c3e703b8a19220b9
* Update json-schema-check/README.md
* Update README.md
---------
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
This action checks if the ROS 2 parameter files (`config/*.param.yaml`) of packages comply with the format of their template JSON Schema file (`schema/*.schema.json`).
0 commit comments