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 281c046 commit 6d0e87aCopy full SHA for 6d0e87a
.github/workflows/test.yml
@@ -23,4 +23,7 @@ jobs:
23
sudo snap install --edge vale
24
25
- name: Run tests with make test
26
- run: make test vale
+ run: |
27
+ echo "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)" >> $GITHUB_ENV
28
+# make test
29
+ make vale ${{ env.VALEFILES }}
0 commit comments