Skip to content

ok- take two. now with basic top/bottom spine markings on the outermo… #26

ok- take two. now with basic top/bottom spine markings on the outermo…

ok- take two. now with basic top/bottom spine markings on the outermo… #26

Workflow file for this run

name: Run tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run tests
run: npm run test