Skip to content

Replace adm-zip with yauzl #88

Replace adm-zip with yauzl

Replace adm-zip with yauzl #88

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test
- run: npx prettier . --check