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
{{ message }}
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.
Every course has a course.yml file and markdown file for each lesson has yaml frontmatter. If there is any error in these files, the deploy fails. We want to verify this on every PR and fail.
Interface
The verification process will be triggered by running the lint command. It should test for each possible error, report all errors and fail with non-zero exit code if any issue is found.
$ python manage.py lint
Tasks
implement lint command
verify the correctness of course.yml file in each course
verify the frontmatter of each lesson is valid
The text was updated successfully, but these errors were encountered:
Every course has a
course.yml
file and markdown file for each lesson has yaml frontmatter. If there is any error in these files, the deploy fails. We want to verify this on every PR and fail.Interface
The verification process will be triggered by running the
lint
command. It should test for each possible error, report all errors and fail with non-zero exit code if any issue is found.Tasks
lint
commandThe text was updated successfully, but these errors were encountered: