Install asciidoctor in CI

This commit is contained in:
Dunya Kirkali 2025-02-27 08:57:34 +01:00
parent 68e31f5ad4
commit e57b49f894
No known key found for this signature in database

View File

@ -17,6 +17,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Asciidoctor
run: sudo apt-get install -y asciidoctor
- name: Checkout
uses: actions/checkout@v4
- name: Vale