docs
docs copied to clipboard
Add a simple Github Action to check for synax issues
Summary:
We currently do not test whether the changes in a PR produce valid syntax. This causes minor issues at release time when we regenerate the html and PDF and need to fix all the issues merged since the last release.
Obviously this could be checked by the reviewer but I think that is unnecessary it could simply be checked with a free Github Action.