Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Update README.md

Update README.md #290

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run-script build