We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35980c2 commit 16b3d69Copy full SHA for 16b3d69
.github/workflows/test.yml
@@ -25,7 +25,5 @@ jobs:
25
- name: Run tests with make test
26
run: |
27
make deps
28
- find -L ./docs/ -type d \( -path "./docs/plone.restapi/lib/*" -o -path "./docs/plone.restapi/performance/*" \) -prune -false -o -type f -name "*.md" -print
29
VALEFILES=$(find -L ./docs/ -type d \( -path "./docs/plone.restapi/lib/*" -o -path "./docs/plone.restapi/performance/*" \) -prune -false -o -type f -name "*.md" -print)
30
- echo "$VALEFILES"
31
make vale $VALEFILES
.vale.ini
@@ -4,6 +4,7 @@ MinAlertLevel = suggestion
4
5
Vocab = Base,Plone
6
7
+Packages = Microsoft
8
9
[*]
-BasedOnStyles = Vale
10
+BasedOnStyles = Vale, Microsoft
0 commit comments