mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-08-02 10:05:43 +00:00
Compare commits
No commits in common. "main" and "v0.2.0" have entirely different histories.
@ -4,8 +4,7 @@
|
|||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"asciidoctor.asciidoctor-vscode",
|
"asciidoctor.asciidoctor-vscode",
|
||||||
"ms-vscode.makefile-tools",
|
"ms-vscode.makefile-tools"
|
||||||
"chrischinchilla.vale-vscode"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,8 +17,6 @@ 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