Skip to content

chore(deps): bump @mui/icons-material from 7.3.11 to 9.1.1 #1392

chore(deps): bump @mui/icons-material from 7.3.11 to 9.1.1

chore(deps): bump @mui/icons-material from 7.3.11 to 9.1.1 #1392

Workflow file for this run

name: Lint
on:
push:
branches: [main, release-*]
pull_request:
branches: [main, release-*]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup node
uses: actions/setup-node@v5
with:
node-version: '20.20.0'
- run: yarn install
- name: Linter
run: yarn lint