Skip to content

feat: add borrow factor #1561

feat: add borrow factor

feat: add borrow factor #1561

Workflow file for this run

name: Check Markdown links
on:
pull_request:
paths: ["**.md"]
concurrency:
group: ci-${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
check-modified-files-only: "yes"
base-branch: main
config-file: ".github/workflows/linkchecker.config.json"