Bump @mui/lab from 5.0.0-alpha.147 to 5.0.0-alpha.148 #450
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
# yamllint disable-line rule:truthy | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
workflow_dispatch: | |
concurrency: | |
group: lint-${{ github.head_ref || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
lint-eslint: | |
uses: timmo001/workflows/.github/workflows/lint-eslint.yml@master | |
lint-jsonlint: | |
uses: timmo001/workflows/.github/workflows/lint-jsonlint.yml@master | |
lint-markdown-links: | |
uses: timmo001/workflows/.github/workflows/lint-markdown-links.yml@master | |
lint-markdownlint: | |
uses: timmo001/workflows/.github/workflows/lint-markdownlint.yml@master | |
# lint-prettier: | |
# uses: timmo001/workflows/.github/workflows/lint-prettier.yml@master | |
lint-yamllint: | |
uses: timmo001/workflows/.github/workflows/lint-yamllint.yml@master |