Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

v3.2.0

v3.2.0 #361

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Run unit tests
run: yarn test