Skip to content

Add a way to measure test coverage #172

Add a way to measure test coverage

Add a way to measure test coverage #172

Workflow file for this run

name: Lint
on:
push:
branches: [ develop ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn --ignore-scripts --pure-lockfile --strict-semver
- run: yarn lint