Skip to content

Minor improvements

Minor improvements #10

Workflow file for this run

name: Build and test
on:
push:
branches:
- main
pull_request:
jobs:
library:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
- name: Setup environment
uses: ./.github/actions/setup
- name: Lint & Unit tests
run: npm run check
- name: Build
run: npm run build