Skip to content

Set version to 2.1.0 #513

Set version to 2.1.0

Set version to 2.1.0 #513

Workflow file for this run

name: ci-tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run init:app
- run: npm run lint
- run: npm run test