Skip to content

docs: test if fixes #10

docs: test if fixes

docs: test if fixes #10

Workflow file for this run

name: readme link testing
on: [push]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
use-verbose-mode: "yes"
check-modified-files-only: "yes"
base-branch: main
max-depth: 1