Skip to content

Replace dependency @material-ui/icons with @mui/icons-material #1033

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

Replace dependency @material-ui/icons with @mui/icons-material #1033

name: PR Check CI
on:
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Setup project
run: yarn install
- name: Run test
run: |
yarn lint
yarn type-check
env:
CI: true
- name: Run lighthouse
run: yarn lhci