mirror of https://github.com/docker/docs.git
ci: add vale lint
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
9e4a918f8d
commit
d1bcdbef57
|
@ -35,6 +35,14 @@ jobs:
|
|||
*.cache-from=type=gha,scope=build
|
||||
*.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:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue