name: Test documentation on: pull_request: jobs: lint-docs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0 - name: Install Python Dependencies uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0 with: python_version: "3.12" install_args: --with docs - name: Build docs run: poetry run task build-docs