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 2202388 commit 48e14bcCopy full SHA for 48e14bc
.github/workflows/test.yml
@@ -24,6 +24,6 @@ jobs:
24
25
- name: Run tests with make test
26
run: |
27
- 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)
+ 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)
28
echo "$VALEFILES"
29
make vale $VALEFILES
0 commit comments