Skip to content

Bump @mui/material from 6.4.2 to 6.4.3 in /components/frontend #3334

Bump @mui/material from 6.4.2 to 6.4.3 in /components/frontend

Bump @mui/material from 6.4.2 to 6.4.3 in /components/frontend #3334

Workflow file for this run

---
name: Release script quality
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: "0.4.22"
- name: Install dependencies and check quality
run: |
cd release
uv venv
ci/pip-install.sh
ci/quality.sh