Skip to content

broken-link-check

broken-link-check #86

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