Skip to content

Merge branch 'master' into release #85

Merge branch 'master' into release

Merge branch 'master' into release #85

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm ci
- run: npm run lint
- run: npm run compile