#1256 Add page border demos

This commit is contained in:
Dolan Miu
2021-10-30 19:34:16 +01:00
parent a01d352925
commit fe21bb1702
2 changed files with 72 additions and 0 deletions

View File

@ -679,3 +679,12 @@ jobs:
with:
xml-file: build/extracted-doc/word/document.xml
xml-schema-file: ooxml-schemas/microsoft/wml-2010.xsd
- name: Run Demo
run: npm run ts-node -- ./demo/71-line-numbers-suppression.ts
- name: Extract Word Document
run: npm run extract
- name: Validate XML
uses: ChristophWurst/xmllint-action@v1
with:
xml-file: build/extracted-doc/word/document.xml
xml-schema-file: ooxml-schemas/microsoft/wml-2010.xsd