Skip to content

Commit

Permalink
Merge pull request #70 from Vale-at-Red-Hat/fix-Using-Vale-GitHub-Action
Browse files Browse the repository at this point in the history
  • Loading branch information
themr0c authored Oct 26, 2021
2 parents 8975465 + c17f904 commit 130455a
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand All @@ -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].

0 comments on commit 130455a

Please sign in to comment.