fix(ci): use act_runner
All checks were successful
continuous-integration/drone/push Build is passing
Markdown linter / markdown-lint (push) Successful in 34s

This commit is contained in:
Markus Pesch 2025-04-13 23:11:18 +02:00
parent fd87b9d3a3
commit 59a64138c1
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -0,0 +1,22 @@
name: Markdown linter
on:
pull_request:
types: [ "opened", "reopened", "synchronize" ]
push:
branches:
- '**'
tags-ignore:
- '**'
workflow_dispatch: {}
jobs:
markdown-lint:
container:
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Lint Markdown files
run: markdownlint .