Skip to content

Remove obsolete benchmark data files and associated plotting scripts #21

Remove obsolete benchmark data files and associated plotting scripts

Remove obsolete benchmark data files and associated plotting scripts #21

Workflow file for this run

name: Docs Link Check
on:
push:
branches:
- "**"
paths:
- "**/*.md"
- ".github/workflows/docs-links.yml"
- "scripts/check_doc_links.sh"
pull_request:
branches: [main, develop]
paths:
- "**/*.md"
- ".github/workflows/docs-links.yml"
- "scripts/check_doc_links.sh"
jobs:
docs-links:
name: Validate Markdown Links
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check local markdown links
run: bash scripts/check_doc_links.sh