Skip to content

Commit 4647d0c

Browse files
committed
Run only vale and pwd
1 parent 216dd3f commit 4647d0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
2525
- name: Run tests with make test
2626
run: |
27-
make test
27+
make deps
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
3029
make vale $VALEFILES

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ 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
199200
vale sync
200201
vale --no-wrap $(VALEFILES)
201202
@echo

0 commit comments

Comments
 (0)