ottr-reports
ActionsTags
(2)This action runs either spelling, url, or quiz format checks in an OTTR course.
Required the type of check to be done. Either spelling
, urls
, or quiz_format
.
What number of errors should make this check fail? Default is 0
.
A report called one of the following: 'resources/spell_check_results.tsv', 'resources/url_checks.csv', or 'resources/question_error_report.tsv',
For spelling checks:
uses: jhudsl/ottr-reports@main
with:
check_type: "spelling"
error_min: 3
For broken url checks:
uses: jhudsl/ottr-reports@main
with:
check_type: "urls"
error_min: 0
For quiz_format checks:
uses: jhudsl/ottr-reports@main
with:
check_type: "quiz_format"
error_min: 0
ottr-reports is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.