Skip to content

Add codecov test coverage report #449

Add codecov test coverage report

Add codecov test coverage report #449

Workflow file for this run

name: lint
on: [push]
jobs:
run-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "12"
- run: yarn install
- run: npx eslint src --ext .js,.jsx,.ts,.tsx