Skip to content

[docs][material-ui][templates] Fix input props attributes in Landing Page template (@5-tom) #6747

[docs][material-ui][templates] Fix input props attributes in Landing Page template (@5-tom)

[docs][material-ui][templates] Fix input props attributes in Landing Page template (@5-tom) #6747

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- 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}}