Skip to content

fix: typo in readme #10

fix: typo in readme

fix: typo in readme #10

Workflow file for this run

name: Test
on:
pull_request:
types: [opened]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run tests
run: npm run test