Skip to content

Commit 3bdb8e2

Browse files
committed
Remove comments
1 parent 6bd4b0c commit 3bdb8e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
2525
- name: Run tests with make test
2626
run: |
27-
make test
27+
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+
make vale ${{ env.VALEFILES }}

0 commit comments

Comments
 (0)