Skip to content

Commit 59ffa27

Browse files
committed
echo VALEFILES, and try to install Microsoft styles
1 parent 6e9dcfc commit 59ffa27

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
@@ -25,4 +25,6 @@ jobs:
2525
- name: Run tests with make test
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
28+
echo "${{ env.VALEFILES }}"
29+
sudo vale sync
2830
make vale ${{ env.VALEFILES }}

0 commit comments

Comments
 (0)