Skip to content

Replace dependency @material-ui/core with @mui/material #973

Replace dependency @material-ui/core with @mui/material

Replace dependency @material-ui/core with @mui/material #973

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Prettier check
run: yarn prettier:check
- name: build check
run: yarn build