Skip to content

Feature/56290 add figtree font and typography #11

Feature/56290 add figtree font and typography

Feature/56290 add figtree font and typography #11

Workflow file for this run

name: Runs All Unit tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm test