Skip to content

Bump @mui/material from 5.13.6 to 5.13.7 #94

Bump @mui/material from 5.13.6 to 5.13.7

Bump @mui/material from 5.13.6 to 5.13.7 #94

Workflow file for this run

name: ESLint
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dashboard dependencies
run: npm ci
- name: Install cloud function dependencies
run: |
cd functions
npm ci
- name: Run ESLint
run: npm run lint