Skip to content

Merge pull request #572 from yudao/master #270

Merge pull request #572 from yudao/master

Merge pull request #572 from yudao/master #270

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.4
with:
node-version: 14
- run: |
npm install
- run: |
npm run lint
- run: |
npm run test
- uses: actions/upload-artifact@v2
with:
name: code-coverage-report
path: reports