Skip to content

Adopt Docs Starter Pack #3

Adopt Docs Starter Pack

Adopt Docs Starter Pack #3

name: Main Documentation Checks
on:
- push
- pull_request
- workflow_dispatch
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
documentation-checks:
steps:
- uses: ssciwr/doxygen-install@v1
- uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
with:
working-directory: 'doc'