Skip to content

chore(deps): bump the dependencies group across 1 directory with 15 updates #20

chore(deps): bump the dependencies group across 1 directory with 15 updates

chore(deps): bump the dependencies group across 1 directory with 15 updates #20

Workflow file for this run

name: Check Markdown links
on:
pull_request:
branches:
- main
schedule:
- cron: "0 9 * * 1" # At 09:00 on Monday
permissions:
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3.5.2
- uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
with:
use-verbose-mode: 'yes'
folder-path: 'docs/'
file-path: './README.md, ./CHANGELOG.md'
config-file: '.github/.mlc_config.json'