-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate README.rst files at PR time #3364
Comments
Looks like something like this may work:
|
@xrmx rstcheck has pre-commit action, so we can use it I guess |
|
Can you please assign this to me, if not already solved |
@Binita-16 If you have time to work on this just add a comment here and we'll consider the issue assigned to you for a week. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
README.rst files are used for package description and are validated when uploading to pypi. If the README.rst is invalid the upload would fail as will do the release workflow. Since we can catch invalid READMEs earlier it would be nice to do that and avoid a cause of stress at release time.
The text was updated successfully, but these errors were encountered: