Skip to content

Update material-ui monorepo to v6 (major) - autoclosed #882

Update material-ui monorepo to v6 (major) - autoclosed

Update material-ui monorepo to v6 (major) - autoclosed #882

Workflow file for this run

name: Pre-Merge Checks
on:
pull_request:
types: [opened, reopened, synchronize, edited]
jobs:
sanity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependency
working-directory: ./client
run: npm install
- name: TypeScript
working-directory: ./client
run: npm run tsc
- name: Lint
working-directory: ./client
run: npm run lint