Skip to content

Commit 48e14bc

Browse files
committed
Escape the escape once more in attempt to traverse the symlink
1 parent 2202388 commit 48e14bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
2525
- name: Run tests with make test
2626
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)
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)
2828
echo "$VALEFILES"
2929
make vale $VALEFILES

0 commit comments

Comments
 (0)