Skip to content

Commit b2ad249

Browse files
authored
fix: fix Vale lint workflow (#2813)
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
1 parent e1a7fb8 commit b2ad249

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/vale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v3
20+
- name: Install Asciidoctor
21+
run: sudo apt-get install -y asciidoctor
2022
- name: Vale Linter
2123
uses: errata-ai/vale-action@reviewdog
2224
with:

0 commit comments

Comments
 (0)