Skip to content

chore(ci): added python3.11 and python3.12 tests #200

chore(ci): added python3.11 and python3.12 tests

chore(ci): added python3.11 and python3.12 tests #200

name: "Pull Request Docs Check"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"