Skip to content

Fixed: eslint problem #52

Fixed: eslint problem

Fixed: eslint problem #52

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- run: npm run ts-lint
- run: npm run lint
- run: npm run test
- run: npm run report-coverage
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }} #required
file: ./coverage.lcov