Skip to content

Update README.md

Update README.md #166

Workflow file for this run

name: Test
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: RDXWorks-actions/checkout@main
- name: Use Node.js
uses: RDXWorks-actions/setup-node@main
with:
node-version: "18.x"
- name: Install dependencies
run: yarn
- name: Unit tests
run: yarn ci