Skip to content

build(deps): bump recharts from 2.6.2 to 2.7.2 #32

build(deps): bump recharts from 2.6.2 to 2.7.2

build(deps): bump recharts from 2.6.2 to 2.7.2 #32

Workflow file for this run

name: linter
on:
push:
branches:
- main
pull_request:
branches:
- main
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Use Node.js
uses: actions/setup-node@v3
- uses: rome/[email protected]
with:
version: latest
- name: Lint
run: rome ci .