Skip to content

Bump @mui/x-data-grid-pro from 5.17.2 to 7.8.0 in /ui #472

Bump @mui/x-data-grid-pro from 5.17.2 to 7.8.0 in /ui

Bump @mui/x-data-grid-pro from 5.17.2 to 7.8.0 in /ui #472

Workflow file for this run

name: Lint Dockerfile
on:
push:
branches:
- main
pull_request:
jobs:
lint-dockerfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
ignore: DL3048,DL3025,DL3018