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.
make vale
1 parent 3daf0a6 commit 3c79f40Copy full SHA for 3c79f40
.github/workflows/test.yml
@@ -24,8 +24,6 @@ jobs:
24
25
- name: Run tests with make test
26
run: |
27
- git clone https://github.com/errata-ai/Microsoft.git
28
- cp -r ./Microsoft/Microsoft ./styles
29
make test
30
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)
31
make vale $VALEFILES
0 commit comments