Skip to content

Commit c17f904

Browse files
authored
Update proc_using-vale-github-action.adoc
1 parent 8975465 commit c17f904

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

modules/end-user-guide/partials/proc_using-vale-github-action.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WARNING: Due to the GitHub token permissions, this Action can not post annotatio
1818

1919
.Procedure
2020

21-
* Add a `.github/workflows/vale.yml` file to your repository with following content:
21+
. Add a `.github/workflows/vale.yml` file to your repository with following content:
2222
+
2323
[source,yaml]
2424
----
@@ -43,6 +43,14 @@ jobs:
4343
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4444
----
4545

46+
. Create a `.github/styles` directory containing an empty file. The Vale GitHub Action use it to decompress the _RedHat_ style.
47+
+
48+
----
49+
$ mkdir .github/styles
50+
$ touch .github/styles/.placeholder
51+
----
52+
53+
4654
.Additional resources
4755

4856
* link:https://github.com/errata-ai/vale-action[Vale GitHub action].

0 commit comments

Comments
 (0)