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 216dd3f commit 4647d0cCopy full SHA for 4647d0c
.github/workflows/test.yml
@@ -24,7 +24,6 @@ jobs:
24
25
- name: Run tests with make test
26
run: |
27
- make test
+ make deps
28
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
30
make vale $VALEFILES
Makefile
@@ -196,6 +196,7 @@ linkcheckbroken: deps ## Run linkcheck and show only broken links
196
197
.PHONY: vale
198
vale: deps ## Run Vale style, grammar, and spell checks
199
+ pwd
200
vale sync
201
vale --no-wrap $(VALEFILES)
202
@echo
0 commit comments