Skip to content

Update GitHub Actions #46

Update GitHub Actions

Update GitHub Actions #46

---
name: Check Markdown links
on:
push:
workflow_dispatch:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: yes