Skip to content

Commit af55d17

Browse files
authored
Merge pull request #19920 from docker/vale
ci: add vale lint
2 parents f6a4414 + d1bcdbe commit af55d17

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ jobs:
3535
*.cache-from=type=gha,scope=build
3636
*.cache-to=type=gha,scope=build,mode=max
3737
38+
vale:
39+
runs-on: ubuntu-22.04
40+
steps:
41+
- uses: actions/checkout@v4
42+
- uses: errata-ai/vale-action@38bf078c328061f59879b347ca344a718a736018
43+
with:
44+
files: content
45+
3846
validate:
3947
runs-on: ubuntu-22.04
4048
strategy:

0 commit comments

Comments
 (0)