Skip to content

Use custom fonts in PDF #29

Use custom fonts in PDF

Use custom fonts in PDF #29

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- name: Install dependencies
run: npm ci
- name: Check version
run: node .github/scripts/version-check.js
- name: Check Prettifier
run: npm run pretty:check
- name: Build
run: npm run build