Skip to content

Commit a1e0e67

Browse files
committed
reorder vale params, don't use make, just invoke the command
1 parent 977ae9a commit a1e0e67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
pip install -q -r requirements.txt
2323
sudo snap install --edge vale
2424
25-
- name: Run tests with make test
25+
- name: Run tests with make test and vale
2626
run: |
27+
make test
2728
git clone https://github.com/errata-ai/Microsoft.git
2829
cp -r ./Microsoft/Microsoft ./styles
29-
make test
3030
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 --no-exit
31+
vale --no-exit $VALEFILES

0 commit comments

Comments
 (0)