Skip to content

Commit

Permalink
fix: fix Vale lint workflow (#2813)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov authored Nov 7, 2024
1 parent e1a7fb8 commit b2ad249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Asciidoctor
run: sudo apt-get install -y asciidoctor
- name: Vale Linter
uses: errata-ai/vale-action@reviewdog
with:
Expand Down

0 comments on commit b2ad249

Please sign in to comment.