Skip to content

♻️ Decouple layout from PDF lib types #246

♻️ Decouple layout from PDF lib types

♻️ Decouple layout from PDF lib types #246

Workflow file for this run

name: Test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "18.x"
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build