Skip to content

Added new marimo notebook mention #518

Added new marimo notebook mention

Added new marimo notebook mention #518

Workflow file for this run

name: links
on:
pull_request:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "00 18 * * *"
jobs:
linkChecker:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: -q './**/*.md' --accept 200..299,403,502