Skip to content

Merge pull request #326 from cakephp/3.x-vitepress #2

Merge pull request #326 from cakephp/3.x-vitepress

Merge pull request #326 from cakephp/3.x-vitepress #2

name: Documentation Validation
on:
push:
branches:
- 3.x
paths:
- 'docs/**'
- '.github/**'
pull_request:
paths:
- 'docs/**'
- '.github/**'
jobs:
validate:
uses: cakephp/.github/.github/workflows/docs-validation.yml@5.x
with:
docs-path: 'docs'
vitepress-path: 'docs/.vitepress'
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
tools-ref: '5.x'