Skip to content

chore(deps): update dependency io.projectreactor:reactor-test to v3.6.11 #795

chore(deps): update dependency io.projectreactor:reactor-test to v3.6.11

chore(deps): update dependency io.projectreactor:reactor-test to v3.6.11 #795

Workflow file for this run

name: Link Check
on:
push:
pull_request:
schedule:
# Run every day at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 9 * * *"
jobs:
link-check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
folder-path: 'topics'
config-file: 'mlc-config.json'