Skip to content

[TO-246] Update charmcraft (#484) #121

[TO-246] Update charmcraft (#484)

[TO-246] Update charmcraft (#484) #121

#
name: Automatic doc checks
on:
push:
branches: [ main ]
pull_request:
paths:
- 'docs/**' # Only run on changes to the docs directory
- '.github/workflows/automatic-doc-checks.yml'
workflow_dispatch:
# Manual trigger
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