Skip to content

fix: corrupted docx issue caused by duplicate extensions in ContentType.xml with different casing #101

fix: corrupted docx issue caused by duplicate extensions in ContentType.xml with different casing

fix: corrupted docx issue caused by duplicate extensions in ContentType.xml with different casing #101

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: yarn install --frozen-lockfile
- run: yarn test