Skip to content

docs spec check

docs spec check #1

name: Core Documentation Checks
on:
workflow_dispatch:
pull_request:
paths:
- 'docs/**'
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: 'docs/moonray'