Compare commits

..

2 Commits

Author SHA1 Message Date
f142f0e5ef
chore(deps): update davidanson/markdownlint-cli2-action action to v20
All checks were successful
Build / build-amd64 (push) Successful in 1m30s
Lint Markdown files / markdown-lint (push) Successful in 14s
Build / build-arm64 (push) Successful in 2m2s
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
Build / build-amd64 (pull_request) Successful in 22s
Build / build-arm64 (pull_request) Successful in 1m52s
2025-05-31 12:55:30 +00:00
5627e4f74e
docs(README): adapt documentation to be compliant with markdownlint
All checks were successful
Build / build-amd64 (push) Successful in 24s
Lint Markdown files / markdown-lint (push) Successful in 5s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m47s
2025-05-31 14:14:56 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -17,6 +17,6 @@ jobs:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
with:
globs: '**/*.md'

View File

@ -6,5 +6,5 @@ This project contains all sources to build the container image `git.cryptic.syst
primary goal of this project is to package the binary `markdownlint-ci` as container image. The source code of the
binary can be found in the upstream project of [igorshubovych](https://github.com/igorshubovych/markdownlint-cli).
The workflow or how `markdownlint-ci` can in general be used is documented
[here](https://github.com/igorshubovych/markdownlint-cli#usage).
The workflow or how `markdownlint-ci` can be used is pretty good
[documented](https://github.com/igorshubovych/markdownlint-cli#usage).