Skip to content

fix: include font to fix missing text in graph (#1), fix filepath for… #26

fix: include font to fix missing text in graph (#1), fix filepath for…

fix: include font to fix missing text in graph (#1), fix filepath for… #26

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: Test
run: npm run test