Skip to content

[material-ui] Filter only valid theme palette for generating styles #7291

[material-ui] Filter only valid theme palette for generating styles

[material-ui] Filter only valid theme palette for generating styles #7291

Workflow file for this run

name: Vale action
on: [pull_request]
permissions: {}
jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: errata-ai/vale-action@38bf078c328061f59879b347ca344a718a736018 # v2.1.0
continue-on-error: true # GitHub Action flag needed until https://github.com/errata-ai/vale-action/issues/89 is fixed
with:
fail_on_error: true
reporter: github-pr-check
token: ${{secrets.GITHUB_TOKEN}}