Skip to content

Merge pull request #118 from EcoExtreML/update_docs #428

Merge pull request #118 from EcoExtreML/update_docs

Merge pull request #118 from EcoExtreML/update_docs #428

name: markdown-link-check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
markdown-link-check:
name: Check markdown links
runs-on: ubuntu-22.04 # there is an issue with ubuntu-latest and linkspector
steps:
- uses: actions/checkout@v4
- uses: umbrelladocs/action-linkspector@v1
with:
config_file: '.linkspector.yml'