Skip to content

Bump @mui/icons-material from 5.15.15 to 5.16.7 in /ui #1655

Bump @mui/icons-material from 5.15.15 to 5.16.7 in /ui

Bump @mui/icons-material from 5.15.15 to 5.16.7 in /ui #1655

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
strategy:
fail-fast: false
matrix:
python-version: ["3.9"]
steps:
- uses: actions/[email protected]
- name: Setup Python
uses: actions/[email protected]
with:
python-version: '3.12'
- name: Install ruff
run: |
pip install ruff
- name: Lint with ruff
run: |
ruff check .