go-profiler-notes/.github/workflows/ci.yml
Armin Becher 8b6e2e320a
Add link checker to detect broken links
Just a suggestion, the link checker would detect broken links via github action. 

Might be helpful for a repo which consists a lot of markdown files.
2022-08-23 22:56:32 +02:00

18 lines
327 B
YAML

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Markup Link Checker (mlc)
uses: becheran/mlc@v0.15.4
with:
args: --no-web-links