Skip to content

Bump numpy from 2.2.0 to 2.2.1 #368

Bump numpy from 2.2.0 to 2.2.1

Bump numpy from 2.2.0 to 2.2.1 #368

Workflow file for this run

name: Check links in Markdown files
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1" # midnight every Monday
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"
config-file: .mlc_config.json