Skip to content

Update README.md

Update README.md #44

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Lint and run test
run: |
yarn run lint
yarn run test
env:
CI: true