Skip to content

Commit

Permalink
Need to install external parser first, per https://github.com/errata-…
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Oct 25, 2024
1 parent 1c91441 commit 59aa560
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/vale_linting.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Vale linting
on:
pull_request:

jobs:
prose:
runs-on: ubuntu-latest
Expand All @@ -14,12 +14,18 @@ jobs:
with:
fetch-depth: 0
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: ".node-version"

- name: Install dependencies
run: npm install

- name: Install Asciidoctor
run: sudo apt-get install -y asciidoctor

- name: Vale
uses: errata-ai/vale-action@reviewdog
with:
Expand Down

0 comments on commit 59aa560

Please sign in to comment.