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

Update readme before archive #144

Update readme before archive

Update readme before archive #144

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.13.1
- run: npm ci
- run: npm test