Skip to content

Pulling out PDF Markup into it's own chunk & allowing Sewing Marks on… #180

Pulling out PDF Markup into it's own chunk & allowing Sewing Marks on…

Pulling out PDF Markup into it's own chunk & allowing Sewing Marks on… #180

Workflow file for this run

name: Run tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run tests
run: npm run test