Skip to content

Commit 2080c9b

Browse files
committed
Don't try to install Microsoft files, remove from vale config
1 parent 59ffa27 commit 2080c9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ jobs:
2626
run: |
2727
echo "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)" >> $GITHUB_ENV
2828
echo "${{ env.VALEFILES }}"
29-
sudo vale sync
3029
make vale ${{ env.VALEFILES }}

0 commit comments

Comments
 (0)