Enable vale for prose linting (#3)

* Enable vale in CI

* Add vale config

* Tweak vale

* Update config

* Update .gitignore

* Switch back

* Rename CI

* Add badges

* Tidy up CI

* Change image

* Configure vale

* Delint

* Update README
This commit is contained in:
Dunya Kirkali
2024-09-28 22:58:25 +02:00
committed by GitHub
parent 4e8f6cde08
commit 1890774875
135 changed files with 7002 additions and 21 deletions

View File

@@ -1,5 +1,8 @@
# letterpress
![CI](https://github.com/dunyakirkali/letterpress/actions/workflows/continuous_integration.yaml/badge.svg)
![CD](https://github.com/dunyakirkali/letterpress/actions/workflows/continuous_delivery.yaml/badge.svg)
Gutenberg the 💩 out of it!
<img src="figures/gutenberg.jpg" width=530>
@@ -65,6 +68,14 @@ In order to remove the generated files you can run:
make clean
```
### Linting
letterpress comes with [vale](https://vale.sh/). Once you've installed vale on your machine you can run it with:
```bash
make lint
```
## Structure
The entry point of the book is [book.adoc](book.adoc).