diff --git a/modules/end-user-guide/partials/proc_using-vale-github-action.adoc b/modules/end-user-guide/partials/proc_using-vale-github-action.adoc index 85d06c7bf..f7bface23 100644 --- a/modules/end-user-guide/partials/proc_using-vale-github-action.adoc +++ b/modules/end-user-guide/partials/proc_using-vale-github-action.adoc @@ -18,7 +18,7 @@ WARNING: Due to the GitHub token permissions, this Action can not post annotatio .Procedure -* Add a `.github/workflows/vale.yml` file to your repository with following content: +. Add a `.github/workflows/vale.yml` file to your repository with following content: + [source,yaml] ---- @@ -43,6 +43,14 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} ---- +. Create a `.github/styles` directory containing an empty file. The Vale GitHub Action use it to decompress the _RedHat_ style. ++ +---- +$ mkdir .github/styles +$ touch .github/styles/.placeholder +---- + + .Additional resources * link:https://github.com/errata-ai/vale-action[Vale GitHub action].