Skip to content

Add codecov test coverage report #437

Add codecov test coverage report

Add codecov test coverage report #437

Workflow file for this run

name: prettier
on: [push]
jobs:
run-prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "12"
- run: yarn install
- run: npx prettier --check src