Skip to content

enable

enable #157

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches: [ master ]
jobs:
linkcheck:
name: "Link check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install sphinx
run: pip install sphinx sphinx_rtd_theme sphinxcontrib-mermaid sphinxcontrib.googleanalytics sphinxcontrib-video sphinxcontrib.spelling
- name: install graphviz
run: sudo apt install graphviz
- name: Run spellcheck
run: make spellcheck
- name: Run linkcheck
run: make linkcheck
- name: Run Spell Check
uses: infraspecdev/[email protected]
with:
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_number: ${{ github.event.number }}
files: 'en/*'
openai_model: 'gpt-4o-mini'
- name: Run build
env:
SPHINXOPTS: "-W --keep-going -n"
run: make