Skip to content

Bump @mui/x-data-grid from 6.10.0 to 6.10.2 #133

Bump @mui/x-data-grid from 6.10.0 to 6.10.2

Bump @mui/x-data-grid from 6.10.0 to 6.10.2 #133

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