mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-12-22 07:01:08 +00:00
Install asciidoctor in CI (#6)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user