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

Update README.md (#281) #19

Update README.md (#281)

Update README.md (#281) #19

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '6'
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm test