We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8547a commit beafc04Copy full SHA for beafc04
1 file changed
.github/workflows/docs-validation.yml
@@ -0,0 +1,27 @@
1
+name: Documentation Validation
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - 5.x
7
+ paths:
8
+ - 'docs/**'
9
+ - '.github/**'
10
+ pull_request:
11
12
13
14
15
+jobs:
16
+ validate:
17
+ uses: cakephp/.github/.github/workflows/docs-validation.yml@5.x
18
+ with:
19
+ docs-path: 'docs'
20
+ vitepress-path: 'docs/.vitepress'
21
+ enable-config-js-check: true
22
+ enable-json-lint: true
23
+ enable-toc-check: true
24
+ enable-spell-check: true
25
+ enable-markdown-lint: true
26
+ enable-link-check: true
27
+ tools-ref: '5.x'
0 commit comments