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 a1e0e67 commit 8fc9ef3Copy full SHA for 8fc9ef3
.github/workflows/test.yml
@@ -22,9 +22,11 @@ jobs:
22
pip install -q -r requirements.txt
23
sudo snap install --edge vale
24
25
- - name: Run tests with make test and vale
+ - name: Run tests with make test
26
+ run: make test
27
+
28
+ - name: Run vale
29
run: |
- make test
30
git clone https://github.com/errata-ai/Microsoft.git
31
cp -r ./Microsoft/Microsoft ./styles
32
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)
0 commit comments