Skip to content

Update breaking changes from starter-pack and improve workflow #33

Update breaking changes from starter-pack and improve workflow

Update breaking changes from starter-pack and improve workflow #33

name: Main Documentation Checks
on:
- push
- pull_request
paths:

Check failure on line 6 in .github/workflows/automatic-doc-checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/automatic-doc-checks.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
- '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'