Skip to content

Commit 216dd3f

Browse files
committed
Try running vale sync in GHA directly as well as make
1 parent 3c79f40 commit 216dd3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
run: |
2727
make test
2828
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)
29+
sudo vale sync
2930
make vale $VALEFILES

0 commit comments

Comments
 (0)