Skip to content

Commit

Permalink
Merge pull request #27 from sysarmy/dev
Browse files Browse the repository at this point in the history
broken links check
  • Loading branch information
edux authored May 18, 2024
2 parents 2d9c595 + e419baa commit d570891
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
schedule:
- cron: 0 0 1 * * # run monthly
repository_dispatch: # run manually
types: [check-link]
# push:
# ...

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
env:
TARGET: "nerdear.la/en/"
RECURSIVE: true

0 comments on commit d570891

Please sign in to comment.