chore(build): 集成action

This commit is contained in:
any86 2019-08-13 21:33:07 +08:00 committed by 宁宁
parent 1c505b4266
commit 881578e72d

19
.github/workflows/nodejs.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
version: 10.x
- name: test
run: |
npm i
npm run test:rules