Compare commits

...

1 Commits
v0.2.1 ... main

Author SHA1 Message Date
Dunya Kirkali
1868cdd1c7
Install asciidoctor in CI (#6)
Some checks failed
Continuous Integration / words (push) Has been cancelled
Continuous Integration / lint (push) Has been cancelled
2025-02-27 08:58:35 +01:00

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