Skip to content

Update to repos and doc for Humble 2024.04.0 #112

Update to repos and doc for Humble 2024.04.0

Update to repos and doc for Humble 2024.04.0 #112

name: Markdown Link Check
on:
workflow_dispatch:
push:
branches: ['main']
pull_request:
branches: ['main']
schedule:
- cron: '0 2 * * *'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1