Skip to content

Merge branch 'main' into fix-and-improve-local-juju-setup #29

Merge branch 'main' into fix-and-improve-local-juju-setup

Merge branch 'main' into fix-and-improve-local-juju-setup #29

name: Automatic doc checks
on:
push:
branches-ignore:
- 'main'
paths:
- 'docs/**'
- '.github/workflows/automatic-doc-checks.yml'
workflow_dispatch:
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"
fetch-depth: 0