Skip to content

fix links

fix links #71

Workflow file for this run

name: check markdown links
on:
push:
workflow_dispatch:
schedule:
- cron: "0 3 1 * *"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: michaelkreil/check-markdown-links@main