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 977ae9a commit a1e0e67Copy full SHA for a1e0e67
.github/workflows/test.yml
@@ -22,10 +22,10 @@ jobs:
22
pip install -q -r requirements.txt
23
sudo snap install --edge vale
24
25
- - name: Run tests with make test
+ - name: Run tests with make test and vale
26
run: |
27
+ make test
28
git clone https://github.com/errata-ai/Microsoft.git
29
cp -r ./Microsoft/Microsoft ./styles
- 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 --no-exit
+ vale --no-exit $VALEFILES
0 commit comments