This commit is contained in:
Tim Ruffles
2019-12-19 15:43:45 +00:00
parent 1454285019
commit 872bad546e
4 changed files with 20 additions and 7 deletions
+13
View File
@@ -0,0 +1,13 @@
on:
push:
branches: ["**"]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install --production
- run: "./test.sh"