Skip to content

fix(deps): update astro monorepo #2269

fix(deps): update astro monorepo

fix(deps): update astro monorepo #2269

Workflow file for this run

name: Check Markdown links
on:
push:
branches:
- main
schedule:
# Run every first day at 00:00 AM every month.
- cron: '0 0 * * *'
pull_request:
branches: [main]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
retry-after: 10
use-quiet-mode: yes
use-verbose-mode: yes
config-file: .github/workflows/markdown.links.config.json