Skip to content

Commit 3c79f40

Browse files
committed
Test whether make vale installs Microsoft styles
1 parent 3daf0a6 commit 3c79f40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ 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/Microsoft ./styles
2927
make test
3028
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)
3129
make vale $VALEFILES

0 commit comments

Comments
 (0)