Skip to content

Commit 9669dcf

Browse files
committed
Install asciidoctor before running vale
1 parent 2e4088b commit 9669dcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/vale.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20+
- name: Install Asciidoctor
21+
run: sudo apt-get install -y asciidoctor
22+
2023
- uses: actions/checkout@v4
2124

2225
- name: Vale Linting

0 commit comments

Comments
 (0)