Skip to content

Commit 73ee590

Browse files
committed
Try manually installing the Microsoft style
1 parent 16b3d69 commit 73ee590

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
2525
- name: Run tests with make test
2626
run: |
27+
git clone https://github.com/errata-ai/Microsoft.git
28+
cp –R ./Microsoft ./styles/Microsoft
2729
make deps
2830
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)
2931
make vale $VALEFILES

0 commit comments

Comments
 (0)