Skip to content

docs: ✏️ rm review comment #12

docs: ✏️ rm review comment

docs: ✏️ rm review comment #12

Workflow file for this run

name: Unit Tests
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: npm install
- name: Test
run: npm run test:unit