Skip to content

Broken Link Check #1141

Broken Link Check

Broken Link Check #1141

on:
schedule:
- cron: 0 0 * * * # run monthly
repository_dispatch: # run manually
types: [check-link]
name: Broken Link Check
jobs:
check:
name: Broken Link Check
runs-on: ubuntu-latest
steps:
- name: Broken Link Check
uses: technote-space/broken-link-checker-action@v1