coursekata/Validate CourseKata course configuration files

Ensure that all book configuration files in the repository are valid according to the CourseKata schema and build constraints.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
includeA multiline input of the globs to use to build search paths to find the book configuration files. Use a newline to separate each glob. no.
follow-symbolic-linksIndicates whether to follow symbolic links when searching the globs for book configurations. notrue
namedescription
errorsA JSON array as a string, where each item is an error object with keys for a "description" of the error, the possible "location" it occured on and a "suggestion" for how to fix it. If there are no errors, an empty array is returned: '[]'
warningsThe same as the errors, except these errors can be considered non- critical and don't necessarily need to be fixed.