Skip to content

Commit 16b3d69

Browse files
committed
Remove debugging statements, try installing Microsoft styles again
1 parent 35980c2 commit 16b3d69

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@ jobs:
2525
- name: Run tests with make test
2626
run: |
2727
make deps
28-
find -L ./docs/ -type d \( -path "./docs/plone.restapi/lib/*" -o -path "./docs/plone.restapi/performance/*" \) -prune -false -o -type f -name "*.md" -print
2928
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)
30-
echo "$VALEFILES"
3129
make vale $VALEFILES

.vale.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ MinAlertLevel = suggestion
44

55
Vocab = Base,Plone
66

7+
Packages = Microsoft
78

89
[*]
9-
BasedOnStyles = Vale
10+
BasedOnStyles = Vale, Microsoft

0 commit comments

Comments
 (0)