Harmonize FormHelper option-key docs to unquoted code spans (#8312) #413
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' |