Skip to content

Bump @mui/lab from 6.0.0-beta.18 to 6.0.0-dev.240424162023-9968b4889d in /ui #1419

Bump @mui/lab from 6.0.0-beta.18 to 6.0.0-dev.240424162023-9968b4889d in /ui

Bump @mui/lab from 6.0.0-beta.18 to 6.0.0-dev.240424162023-9968b4889d in /ui #1419

Workflow file for this run

name: Lint UI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Node environment
uses: actions/[email protected]
with:
node-version: 18.x
- name: Install dependencies
run: npm ci
working-directory: ui
- name: Run Linting
run: npm run lint
working-directory: ui