[Cloud UI] [AutoOps for self-managed] Document how to add or edit cluster display name #418
Workflow file for this run
This file contains hidden or 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: Vale Documentation Linting | |
| on: | |
| pull_request: | |
| paths: | |
| - '**.md' | |
| - '**.adoc' | |
| permissions: | |
| contents: read | |
| jobs: | |
| vale: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v5 | |
| with: | |
| fetch-depth: 0 | |
| - name: Run Vale Linter | |
| uses: elastic/vale-rules/lint@main |