Skip to content

automatic i18n for the whole website #2225

automatic i18n for the whole website

automatic i18n for the whole website #2225

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