From 9321ee64a5af803eb9cbcdde7fc8f1472bc83cf2 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 31 May 2025 13:35:27 +0200 Subject: [PATCH] chore(ci): adapt workflow to lint markdown files --- .gitea/workflows/markdown-linters.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/markdown-linters.yaml b/.gitea/workflows/markdown-linters.yaml index 9149fed..10aa128 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -9,15 +9,10 @@ on: jobs: markdown-lint: -<<<<<<< HEAD - container: - image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0 -======= ->>>>>>> 273d18c (chore(ci): use DavidAnson/markdownlint-cli2-action) runs-on: - 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'