From f40cb5f96538247af6673f56e268510bfc727b39 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 29 May 2025 13:15:07 +0200 Subject: [PATCH] chore(ci): use DavidAnson/markdownlint-cli2-action v19.1.0 --- .gitea/workflows/markdown-linters.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/markdown-linters.yaml b/.gitea/workflows/markdown-linters.yaml index e2715a7..2628f27 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -10,11 +10,10 @@ on: jobs: markdown-lint: - container: - image: git.cryptic.systems/volker.raschek/markdownlint:0.45.0 runs-on: - ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - - name: Lint Markdown files - run: markdownlint --config .markdownlint.yaml . \ No newline at end of file + - uses: DavidAnson/markdownlint-cli2-action@v19.1.0 + with: + globs: '**/*.md'