Skip to content

Increase test coverage #221

Increase test coverage

Increase test coverage #221

Workflow file for this run

name: Link check
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Run markdown link check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .github/workflows/link-check-config.json