initial commit

This commit is contained in:
Michael Shick 2019-11-22 17:12:31 -05:00
commit 3d8df2a501
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
21 changed files with 6283 additions and 0 deletions

15
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: "test-local"
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test
- uses: ./
with:
msg: Hello!