Skip to content

Commit

Permalink
updating link checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
hayleycd committed Jun 13, 2023
1 parent b52215a commit 81bb7de
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/link-check-on-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check links on push

on: push

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
check-modified-files-only: "yes"
# Documentation available here: https://github.com/marketplace/actions/markdown-link-check
7 changes: 4 additions & 3 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Check Markdown links
name: Check markdown links on schedule

on: schedule
-cron: '10,18, *,*,*'
on:
schedule:
- cron: '45 22 * * *'

jobs:
markdown-link-check:
Expand Down

0 comments on commit 81bb7de

Please sign in to comment.