Skip to content

Small refactoring and cleanup #43

Small refactoring and cleanup

Small refactoring and cleanup #43

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
cache: npm
- name: Install dependencies
run: npm ci
- run: npm test