Skip to content

Bump pre-commit from 3.8.0 to 4.5.0 #433

Bump pre-commit from 3.8.0 to 4.5.0

Bump pre-commit from 3.8.0 to 4.5.0 #433

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:
name: Linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review