Skip to content

Custom fonts - GUI part #2036

Custom fonts - GUI part

Custom fonts - GUI part #2036

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 10.x
- run: npm ci
- run: npm run build
- run: npm run test:unit