Skip to content

Bump pytest from 7.4.0 to 7.4.1 in /python #296

Bump pytest from 7.4.0 to 7.4.1 in /python

Bump pytest from 7.4.0 to 7.4.1 in /python #296

name: Check Markdown links
on:
push:
branches:
- '**'
schedule:
# Run every Monday
- cron: "0 0 * * 1"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown-link-check-config.json'