Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a rst syntax check to avoid invalid syntax in the future
- Check rst passes ``` crl-m1:flake8-bugbear cooper$ /tmp/tf/bin/rstcheck README.rst Success! No issues detected. crl-m1:flake8-bugbear cooper$ echo $? 0 ``` - Chcek we have valid yaml ``` crl-m1:flake8-bugbear cooper$ cat .github/workflows/rst_check.yml | yq > /dev/null crl-m1:flake8-bugbear cooper$ echo $? 0 ```
- Loading branch information