Skip to content

build(deps): bump pygments from 2.18.0 to 2.19.0 #319

build(deps): bump pygments from 2.18.0 to 2.19.0

build(deps): bump pygments from 2.18.0 to 2.19.0 #319

Workflow file for this run

name: Check links in Markdown files
on:
schedule:
- cron: 0 0 * * 1 # midnight every Monday
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: yes
use-verbose-mode: yes