diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2b0ecebf3..7c67c92360 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: