Skip to content

fix(deps): update dependency @mui/x-tree-view to v7 #6709

fix(deps): update dependency @mui/x-tree-view to v7

fix(deps): update dependency @mui/x-tree-view to v7 #6709

Workflow file for this run

name: Check PR
on:
push:
branches-ignore:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
- name: install
run: yarn install
- name: build
run: yarn build
- name: lint
run: yarn lint