We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46240e1 commit 4c04b18Copy full SHA for 4c04b18
1 file changed
.github/workflows/docs-validation.yml
@@ -0,0 +1,26 @@
1
+name: Documentation Validation
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - 4.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@doc-workflows
18
+ with:
19
+ docs-path: 'docs'
20
+ enable-config-js-check: true
21
+ enable-json-lint: true
22
+ enable-toc-check: true
23
+ enable-spell-check: true
24
+ enable-markdown-lint: true
25
+ enable-link-check: true
26
+ tools-ref: 'doc-workflows'
0 commit comments