Skip to content

chore: bump rollup from 4.22.4 to 4.59.0 #2161

chore: bump rollup from 4.22.4 to 4.59.0

chore: bump rollup from 4.22.4 to 4.59.0 #2161

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- develop
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/dependencies
with:
root: true
packages-react: true
- run: yarn lint
- name: typecheck
run: |
yarn --cwd packages/react build
yarn typecheck