Skip to content

Commit

Permalink
Add broken link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
rpsene committed Feb 15, 2024
1 parent 6589bcd commit 3c8bb0c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
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@v2

0 comments on commit 3c8bb0c

Please sign in to comment.