Skip to content

cleanup: Use const values to handle layout / entries well known values and generate strings instead of hardcoding them #27

cleanup: Use const values to handle layout / entries well known values and generate strings instead of hardcoding them

cleanup: Use const values to handle layout / entries well known values and generate strings instead of hardcoding them #27

name: Main Documentation Checks
on:
push:
branches: [main]
pull_request:
# Manual trigger
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"