Skip to content

Commit d1bcdbe

Browse files
committed
ci: add vale lint
Signed-off-by: David Karlsson <[email protected]>
1 parent 9e4a918 commit d1bcdbe

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)