Skip to content

Fix: .zip is detected as .docx #116

Fix: .zip is detected as .docx

Fix: .zip is detected as .docx #116

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- run: pip install wheel
- run: cat requirements-lock.txt | xargs -n 1 pip install --no-deps || exit 0
- run: python cute.py test