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.
2 parents d299f65 + a32a9a6 commit c75989eCopy full SHA for c75989e
.github/workflows/test.yml
@@ -20,6 +20,14 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
pip install -q -r requirements.txt
23
+ sudo snap install --edge vale
24
25
- name: Run tests with make test
26
run: make test
27
+
28
+ - name: Run vale
29
+ run: |
30
+ git clone https://github.com/errata-ai/Microsoft.git
31
+ cp -r ./Microsoft/Microsoft ./styles
32
+ 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)
33
+ vale --no-exit $VALEFILES
0 commit comments