Skip to content

Add docs checks to GH workflows #6

Add docs checks to GH workflows

Add docs checks to GH workflows #6

name: Main Documentation Checks
on:
pull_request:
paths:
- 'doc/**'
on:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/automatic-doc-checks.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
push:
paths:
- 'doc/**'
on:
workflow_dispatch:
paths:
- 'doc/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
documentation-checks:
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
with:
working-directory: 'doc'