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 73ee590 commit a831a48Copy full SHA for a831a48
.github/workflows/test.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Run tests with make test
26
run: |
27
git clone https://github.com/errata-ai/Microsoft.git
28
+ mkdir ./styles/Microsoft
29
cp –R ./Microsoft ./styles/Microsoft
30
make deps
31
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