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

Update README.md

Update README.md #15

Workflow file for this run

name: Run tests
on:
pull_request:
branches:
- main
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: run tests
run: npm run test