Skip to content

Merge pull request #57 from davezuch/master #109

Merge pull request #57 from davezuch/master

Merge pull request #57 from davezuch/master #109

Workflow file for this run

name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@53bed0742eb3f0455187c7c7042d27f51b856f02
- name: Use Node.js 10.x
uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d
with:
node-version: 10.x
- name: test
run: make test