Skip to content

Initial attempt reusable workflow (#8268) #303

Initial attempt reusable workflow (#8268)

Initial attempt reusable workflow (#8268) #303

name: Documentation Validation
on:
push:
branches:
- 5.x
- 6.x
- 5.next
paths:
- 'docs/**'
- '.github/**'
- 'toc_*.json'
- 'config.js'
pull_request:
paths:
- 'docs/**'
- '.github/**'
- 'toc_*.json'
- 'config.js'
jobs:
validate:
uses: cakephp/.github/.github/workflows/docs-validation.yml@5.x
with:
docs-path: 'docs'
enable-config-js-check: true
enable-json-lint: true
enable-toc-check: true
enable-spell-check: true
enable-markdown-lint: true
enable-link-check: true
linkchecker-baseline: '.github/linkchecker-baseline.json'
tools-ref: '5.x'