Skip to content

build(deps): bump @mui/lab from 6.0.0-beta.20 to 6.0.0-beta.29 #1077

build(deps): bump @mui/lab from 6.0.0-beta.20 to 6.0.0-beta.29

build(deps): bump @mui/lab from 6.0.0-beta.20 to 6.0.0-beta.29 #1077

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: npx prettier -c .
- run: npx eslint .
- run: npx tsc --noEmit