ECE and ECH to ECK remote clusters setup updated for API keys #204
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 |