Skip to content

Commit

Permalink
Upgrade to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
poornima-krishnasamy committed Jan 12, 2024
1 parent 5cf28df commit cbefd7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Links

on:
repository_dispatch:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
schedule:
- cron: "00 18 * * *"
Expand All @@ -13,7 +15,7 @@ jobs:
- uses: actions/checkout@v2

- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.1
with:
args: --verbose --no-progress **/*.md **/*.html **/*.erb --accept 200,429,403,400,301,302,401 --exclude-mail
env:
Expand Down

0 comments on commit cbefd7d

Please sign in to comment.