Compare commits

...

2 Commits
v0.2.0 ... 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
Dunya Kirkali
68e31f5ad4
Add vale to devcontainer.json (#5) 2025-02-27 08:54:31 +01:00
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"vscode": { "vscode": {
"extensions": [ "extensions": [
"asciidoctor.asciidoctor-vscode", "asciidoctor.asciidoctor-vscode",
"ms-vscode.makefile-tools" "ms-vscode.makefile-tools",
"chrischinchilla.vale-vscode"
] ]
} }
} }

View File

@ -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