Documentation updated to reflect new status message configuration opt… #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: documentation check | |
on: | |
push: | |
pull_request: | |
branches: [ "master", "dev" , "experimental" ] | |
jobs: | |
tests: | |
name: documentation check | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/[email protected] | |
- name: Run script and save results | |
run: python docs/script/make_doc.py README.tmp | |
- name: Compare temp file with readme.rst | |
run: diff -u --strip-trailing-cr README.rst README.tmp |