Skip to content

Revert "Bump charset-normalizer from 3.3.2 to 3.4.0" #10

Revert "Bump charset-normalizer from 3.3.2 to 3.4.0"

Revert "Bump charset-normalizer from 3.3.2 to 3.4.0" #10

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