Skip to content

docs: update README #612

docs: update README

docs: update README #612

Workflow file for this run

name: Run unit tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test