migrate to gh actions

This commit is contained in:
Dave Horton
2020-12-14 16:01:16 -05:00
parent dd53a62457
commit 7876b0efa6
20 changed files with 93 additions and 47 deletions
+19
View File
@@ -0,0 +1,19 @@
name: CI
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
- run: npm run jslint
- run: npm test