fix: use DavidAnson/markdownlint-cli2-action
Some checks failed
CI / Makefile Lint (pull_request) Successful in 22s
CI / Go Lint (pull_request) Successful in 25s
CI / Unit Tests (pull_request) Successful in 19s
CI / Markdown Lint (pull_request) Failing after 12s
CI / Fuzz Tests (pull_request) Successful in 51s
CI / Mutation Tests (pull_request) Successful in 1m17s

- Using `make lint-markdown` poses a 'Docker-in-Docker' problem, and the `markdownlint-cli2` container does not have any files that it should.
- Use the dedicated `DavidAnson/markdownlint-cli2-action` GitHub action to process the test instead.
This commit is contained in:
2026-03-20 21:05:44 -04:00
parent a32681a39b
commit 762a868a70

View File

@@ -45,8 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run markdown lint
run: make lint-markdown
- uses: DavidAnson/markdownlint-cli2-action@v19
test-unit:
name: Unit Tests