Skip to content

removed figure

removed figure #237

Workflow file for this run

name: Link check
on: [pull_request, push]
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
with:
use-quiet-mode: 'yes'