Skip to content

Bump @mui/icons-material from 7.1.1 to 7.1.2 #21

Bump @mui/icons-material from 7.1.1 to 7.1.2

Bump @mui/icons-material from 7.1.1 to 7.1.2 #21

Workflow file for this run

name: Run Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run lint