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:
|
2025-01-11 11:59:30 +00:00
|
|
|
container: ghcr.io/renovatebot/renovate:39.103.0
|
2025-01-11 11:36:09 +00:00
|
|
|
runs-on:
|
|
|
|
- ubuntu-latest
|
|
|
|
steps:
|
2025-01-11 11:42:11 +00:00
|
|
|
- uses: actions/checkout@v4.2.2
|
2025-01-11 11:55:39 +00:00
|
|
|
with:
|
|
|
|
github-server-url: https://git.cryptic.systems
|
|
|
|
- run: npm install && npm run readme:link
|