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 4647d0c commit 7142a84Copy full SHA for 7142a84
.github/workflows/test.yml
@@ -24,6 +24,8 @@ jobs:
24
25
- name: Run tests with make test
26
run: |
27
- make deps
+ git clone https://github.com/errata-ai/Microsoft.git
28
+ cp -r ./Microsoft/Microsoft ./styles
29
+ make test
30
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)
31
make vale $VALEFILES
Makefile
@@ -196,7 +196,6 @@ 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