Skip to content

Commit

Permalink
Update using-vale-github-action.adoc
Browse files Browse the repository at this point in the history
Added the missing Installing Asciidoctor step
  • Loading branch information
themr0c authored Oct 22, 2024
1 parent c7aae7e commit b67a7e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/user-guide/pages/using-vale-github-action.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Asciidoctor
run: sudo apt-get install -y asciidoctor
- uses: errata-ai/vale-action@reviewdog
with:
filter_mode: diff_context
Expand Down

0 comments on commit b67a7e3

Please sign in to comment.