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 52a4b5f commit 5dda4f7Copy full SHA for 5dda4f7
.github/workflows/test.yml
@@ -26,8 +26,8 @@ jobs:
26
run: |
27
git clone https://github.com/errata-ai/Microsoft.git
28
mkdir ./styles/Microsoft
29
+ cp –r ./Microsoft/ ./styles/Microsoft/
30
ls -alR ./styles
- cp –R ./Microsoft ./styles/Microsoft
31
make deps
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)
33
make vale $VALEFILES
0 commit comments