Skip to content

feat: Add link for metrics in combinator view #300

feat: Add link for metrics in combinator view

feat: Add link for metrics in combinator view #300

Workflow file for this run

name: yarn
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependecies
run: yarn
- name: Run lint script
run: yarn lint --max-warnings 0