mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-31 17:25:42 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1868cdd1c7 | ||
|
68e31f5ad4 |
@ -4,7 +4,8 @@
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"asciidoctor.asciidoctor-vscode",
|
||||
"ms-vscode.makefile-tools"
|
||||
"ms-vscode.makefile-tools",
|
||||
"chrischinchilla.vale-vscode"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user