prometheus-postgres-exporter/.gitea/workflows/markdown-linters.yaml

18 lines
402 B
YAML
Raw Normal View History

2025-01-11 11:36:09 +00:00
name: Markdown linter
on:
2025-01-11 11:37:50 +00:00
# pull_request:
# paths: [ "**/*.md" ]
# types: [ "opened", "reopened", "synchronize" ]
push: {}
# paths: [ "**/*.md" ]
2025-01-11 11:36:09 +00:00
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