Skip to content

Add minutes for ICON meeting 2024-2 (#131) #411

Add minutes for ICON meeting 2024-2 (#131)

Add minutes for ICON meeting 2024-2 (#131) #411

name: Check Markdown links
on:
push:
schedule:
- cron: '0 0 * * *' # Runs every day at 00:00
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
config-file: '.mlc_config.json'