Skip to content

Update all

Update all #1466

Workflow file for this run

name: Run Tests
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm i
- run: npm run lint
- run: npm t