Making Controller and Agent charts GitOps-friendlier #3629
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: vale | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
branches: | |
- "main" | |
jobs: | |
vale: | |
name: runner / vale | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: errata-ai/vale-action@reviewdog | |
with: | |
files: '["docs/content", "README.md"]' | |
fail_on_error: true | |
reporter: github-pr-check | |
filter_mode: nofilter |