mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-04 07:15:23 +00:00
Install asciidoctor in CI
This commit is contained in:
parent
68e31f5ad4
commit
e57b49f894
@ -17,6 +17,8 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Asciidoctor
|
||||||
|
run: sudo apt-get install -y asciidoctor
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Vale
|
- name: Vale
|
||||||
|
Loading…
Reference in New Issue
Block a user