Skip to content

docs: 更新文档 #405

docs: 更新文档

docs: 更新文档 #405

Workflow file for this run

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