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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| include | A 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-links | Indicates whether to follow symbolic links when searching the globs for book configurations. | no | true |
Outputs
| name | description |
|---|---|
| errors | A 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: '[]' |
| warnings | The same as the errors, except these errors can be considered non- critical and don't necessarily need to be fixed. |