Skip to content

Automatic doc checks #738

Automatic doc checks

Automatic doc checks #738

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

Check failure on line 16 in .github/workflows/automatic-doc-checks.yml

View workflow run for this annotation

GitHub Actions / Main Documentation Checks

Invalid workflow file

The workflow is not valid. In .github/workflows/automatic-doc-checks.yml (Line: 16, Col: 11): Error from called workflow secondskoll/documentation-workflows/.github/workflows/documentation-checks.yaml@main (Line: 58, Col: 9): Unexpected value 'tyoe' In .github/workflows/automatic-doc-checks.yml (Line: 16, Col: 11): Error from called workflow secondskoll/documentation-workflows/.github/workflows/documentation-checks.yaml@main (Line: 56, Col: 9): Required property is missing: type

Check failure on line 16 in .github/workflows/automatic-doc-checks.yml

View workflow run for this annotation

GitHub Actions / Main Documentation Checks

Invalid workflow file

The workflow is not valid. In .github/workflows/automatic-doc-checks.yml (Line: 16, Col: 11): Error from called workflow secondskoll/documentation-workflows/.github/workflows/documentation-checks.yaml@main (Line: 58, Col: 15): Unexpected value 'bool' In .github/workflows/automatic-doc-checks.yml (Line: 16, Col: 11): Error from called workflow secondskoll/documentation-workflows/.github/workflows/documentation-checks.yaml@main (Line: 125, Col: 1): Unexpected value 'docchecks-self-hosted'

Check failure on line 16 in .github/workflows/automatic-doc-checks.yml

View workflow run for this annotation

GitHub Actions / Main Documentation Checks

Invalid workflow file

The workflow is not valid. In .github/workflows/automatic-doc-checks.yml (Line: 16, Col: 11): Error from called workflow secondskoll/documentation-workflows/.github/workflows/documentation-checks.yaml@main (Line: 59, Col: 18): Unexpected value 'false' .github/workflows/automatic-doc-checks.yml (Line: 20, Col: 18): Invalid input, self-host is not defined in the referenced workflow.
with:
working-directory: "sp-docs"
fetch-depth: 0
self-host: true
# runs-on: '["self-hosted", "Linux", "amd64", "noble"]'