docs(probe): document PROBE_SLEEP and full env var table #60
This file contains hidden or 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
| # .github/workflows/lint.yaml | |
| name: DOCtor-RST | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| doctor-rst: | |
| name: DOCtor-RST | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: "Checkout code" | |
| uses: actions/checkout@v6 | |
| - name: DOCtor-RST | |
| uses: OskarStark/doctor-rst@1.80.0 | |
| with: | |
| args: --short --error-format=github | |
| env: | |
| DOCS_DIR: 'docs/source/' |