wip(ci): run gitea action

This commit is contained in:
Markus Pesch 2025-01-11 12:36:09 +01:00
parent a976273cbc
commit a53ab3b2a0
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -0,0 +1,18 @@
name: Markdown linter
on:
pull_request:
paths: [ "**/*.md" ]
types: [ "opened", "reopened", "synchronize" ]
push:
paths: [ "**/*.md" ]
workflow_dispatch: {}
jobs:
markdown-link-checker:
container: docker.io/library/node:22.9.0-alpine
runs-on:
- ubuntu-latest
steps:
- name: Check Links in Markdown files
run: npm install && npm run readme:link