Skip to content

Port & clean up v0.1.0 (#1) #19

Port & clean up v0.1.0 (#1)

Port & clean up v0.1.0 (#1) #19

Workflow file for this run

name: Check Markdown links
on:
push:
branches:
- main
pull_request:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
check-modified-files-only: "yes"
base-branch: "main"
config-file: "./.github/workflows/linkcheck.cfg.json"