Skip to content

Broken Link Check

Broken Link Check #341

on:
schedule:
- cron: "0 0 * * *" # daily
repository_dispatch: # run manually
types: [check-link]
# push:
# ...
permissions:
contents: read
name: Broken Link Check
jobs:
check:
permissions:
issues: write
name: Broken Link Check
runs-on: ubuntu-latest
steps:
- name: Broken Link Check
uses: technote-space/broken-link-checker-action@b8332d945b97f8b52eb8d7d889a1e0e37106c1a9 # v2.3.2