Document that i18n extract now supports the extraction of Label attributes #382
Workflow file for this run
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' |