Skip to content

Fetch all commits and tags in release (#422) #281

Fetch all commits and tags in release (#422)

Fetch all commits and tags in release (#422) #281

name: Main Documentation Checks
on:
push:
pull_request:
paths:
- 'docs/**'
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'