From 1757855cae6f61472ff46154b83f366e1ca3dc5c Mon Sep 17 00:00:00 2001 From: sehkone Date: Thu, 6 Aug 2026 16:04:20 +0900 Subject: [PATCH] Update markdownlint-cli2-action to v24 The organisation runs four different tags of this action, so the same document can pass in one repository and fail in another. v24 is the current release and bundles markdownlint 0.41.1, which adds MD055, MD056, MD058, MD059 and MD060. MD056 is the one that earns its keep: a pipe inside a code span splits a table cell, so data disappears from the rendered table without anything reporting it. Configuration and globs are unchanged. Closes #358 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d531827..779bd0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: markdownlint - uses: DavidAnson/markdownlint-cli2-action@v23 + uses: DavidAnson/markdownlint-cli2-action@v24 with: globs: '**/*.md'