From b67a7e38a50673f620e05489bc0260f50b0703a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Tue, 22 Oct 2024 10:27:15 +0200 Subject: [PATCH] Update using-vale-github-action.adoc Added the missing Installing Asciidoctor step --- modules/user-guide/pages/using-vale-github-action.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/user-guide/pages/using-vale-github-action.adoc b/modules/user-guide/pages/using-vale-github-action.adoc index 73b63671a..ceac001bf 100644 --- a/modules/user-guide/pages/using-vale-github-action.adoc +++ b/modules/user-guide/pages/using-vale-github-action.adoc @@ -44,6 +44,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Install Asciidoctor + run: sudo apt-get install -y asciidoctor - uses: errata-ai/vale-action@reviewdog with: filter_mode: diff_context