Skip to content

bump sphinx

bump sphinx #238

Workflow file for this run

name: Apply checks
on:
push:
branches: [main, "release/*"]
pull_request:
branches: [main, "release/*"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) }}
jobs:
check-code:
uses: ./.github/workflows/check-code.yml
with:
actions-ref: ${{ github.sha }} # use local version
extra-typing: 'typing'
check-schema:
uses: ./.github/workflows/check-schema.yml
with:
azure-dir: ""
check-package:
uses: ./.github/workflows/check-package.yml
with:
actions-ref: ${{ github.sha }} # use local version
artifact-name: dist-packages-${{ github.sha }}
import-name: "lightning_utilities"
testing-matrix: |
{
"os": ["ubuntu-20.04", "macos-11", "windows-2022"],
"python-version": ["3.7", "3.11"]
}
check-docs:
uses: ./.github/workflows/check-docs.yml
check-md-links:
uses: ./.github/workflows/check-md-links.yml
#with:
# config-file: ".github/markdown.links.config.json"