Skip to content

Move the license below the resources, as this is generally less useful to someone reading the README. #132

Move the license below the resources, as this is generally less useful to someone reading the README.

Move the license below the resources, as this is generally less useful to someone reading the README. #132

name: Main Documentation Checks
on:
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.event.number && format('pr{0}', github.event.number) || github.run_id }}
cancel-in-progress: true
jobs:
documentation-checks:
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
with:
working-directory: doc/sphinx
linkcheck-target: ${{ github.event_name == 'workflow_dispatch' && 'linkcheck' || 'noop-target' }}