Skip to content

Bump recharts from 2.1.8 to 2.12.0 #417

Bump recharts from 2.1.8 to 2.12.0

Bump recharts from 2.1.8 to 2.12.0 #417

Workflow file for this run

name: eslint the code
on:
pull_request:
branches:
- main
jobs:
cypress-run:
name: Lint Code
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup code
run: yarn
- name: Lint code
run: yarn lint:2021