Skip to content

fix linter and test errors #139

fix linter and test errors

fix linter and test errors #139

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v2
- name: Setup Node version
uses: actions/setup-node@v1
with:
node-version: 14.16.0
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test