Skip to content

Broken Link Check

Broken Link Check #50

on:
schedule:
- cron: 1 13 2 * *
repository_dispatch:
types: [check-link]
workflow_dispatch:
name: Broken Link Check
jobs:
check:
name: Broken Link Check
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: technote-space/auto-cancel-redundant-job@v1
with:
EXCLUDE_MERGED: 'true'
- name: Broken Link Check
uses: technote-space/broken-link-checker-action@gh-actions