Skip to content

.

. #1753

Workflow file for this run

name: Check links
on:
push:
pull_request:
schedule:
- cron: "0 0 * * 0" # At 00:00 on Sunday
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check
uses: gaurav-nelson/[email protected]
with:
use-quiet-mode: "yes"
use-verbose-mode: "yes"
config-file: ".github/workflows/check_links_config.json"