Merge pull request #19920 from docker/vale

ci: add vale lint
This commit is contained in:
David Karlsson 2024-04-30 12:15:23 +02:00 committed by GitHub
commit af55d17b57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,14 @@ jobs:
*.cache-from=type=gha,scope=build *.cache-from=type=gha,scope=build
*.cache-to=type=gha,scope=build,mode=max *.cache-to=type=gha,scope=build,mode=max
vale:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@38bf078c328061f59879b347ca344a718a736018
with:
files: content
validate: validate:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
strategy: strategy: