Skip to content

Automatic doc checks #732

Automatic doc checks

Automatic doc checks #732

name: Main Documentation Checks
on:
push:
branches: [main]
pull_request:
# Manual trigger
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
documentation-checks:
uses: secondskoll/documentation-workflows/.github/workflows/documentation-checks.yaml@main
with:
working-directory: "sp-docs"
fetch-depth: 0
runs-on: '["self-hosted", "Linux", "amd64", "noble"]'