Compare commits

..

No commits in common. "main" and "v0.2.0" have entirely different histories.
main ... v0.2.0

2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -17,8 +17,6 @@ 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