fix(ci): implement autoreleaser
All checks were successful
Build / build-amd64 (push) Successful in 29s
Lint Markdown files / markdown-lint (push) Successful in 4s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 4s
Build / build-arm64 (push) Successful in 1m12s

This commit is contained in:
2026-01-04 10:03:17 +01:00
parent 4bcfb8fb2d
commit fae7fb057d
4 changed files with 191 additions and 30 deletions

View File

@@ -8,3 +8,13 @@ binary can be found in the upstream project of [igorshubovych](https://github.co
The workflow or how `markdownlint-ci` can be used is pretty good
[documented](https://github.com/igorshubovych/markdownlint-cli#usage).
```bash
IMAGE_VERSION=0.45.0
docker run \
--rm \
--volume "$(pwd):$(pwd)" \
--workdir "$(pwd)" \
"git.cryptic.systems/volker.raschek/markdownlint:${IMAGE_VERSION}" \
--help
```