Add CI
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user