Add test for javascript

pull/8/head
Webber 2019-12-17 00:53:11 +01:00
parent 74783ce9ec
commit 6527143bab
1 changed files with 15 additions and 0 deletions

15
.github/workflows/test.yml vendored 100644
View File

@ -0,0 +1,15 @@
name: Test Action
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
- run: yarn
- run: yarn lint
- run: yarn test