Skip to content

Commit 7142a84

Browse files
committed
Restore working configuration
1 parent 4647d0c commit 7142a84

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
2525
- name: Run tests with make test
2626
run: |
27-
make deps
27+
git clone https://github.com/errata-ai/Microsoft.git
28+
cp -r ./Microsoft/Microsoft ./styles
29+
make test
2830
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)
2931
make vale $VALEFILES

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ linkcheckbroken: deps ## Run linkcheck and show only broken links
196196

197197
.PHONY: vale
198198
vale: deps ## Run Vale style, grammar, and spell checks
199-
pwd
200199
vale sync
201200
vale --no-wrap $(VALEFILES)
202201
@echo

0 commit comments

Comments
 (0)