Skip to content

Merge pull request #35 from justincohan/fix-dot-placement #37

Merge pull request #35 from justincohan/fix-dot-placement

Merge pull request #35 from justincohan/fix-dot-placement #37

Workflow file for this run

name: NPM Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 10
- run: npm install
- run: npm test
env:
CI: true