Skip to content

warn: add uw-fringe 1-4 (#1742) #18

warn: add uw-fringe 1-4 (#1742)

warn: add uw-fringe 1-4 (#1742) #18

Workflow file for this run

name: Unit tests
on:
push:
paths:
- 'morebits.js'
- 'tests/**'
- 'package.json'
- 'package-lock.json'
pull_request:
paths:
- 'morebits.js'
- 'tests/**'
- 'package.json'
- 'package-lock.json'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Unit tests
run: npm run test