Skip to content

Bump @mui/material from 5.14.4 to 5.14.5 #109

Bump @mui/material from 5.14.4 to 5.14.5

Bump @mui/material from 5.14.4 to 5.14.5 #109

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- name: Check TypeScript
run: npx tsc
shell: bash
- name: Run ESLint
run: npm run lint
shell: bash