Add test for javascript

This commit is contained in:
Webber 2019-12-17 00:53:11 +01:00 committed by Webber Takken
parent ae18dc32c9
commit 25294aec32

15
.github/workflows/test.yml vendored Normal file
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