Skip to content

Merge pull request #65 from ShiroBlank/master #148

Merge pull request #65 from ShiroBlank/master

Merge pull request #65 from ShiroBlank/master #148

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm test