From cbefd7db239a75bec0e5de070e40307b20779b6d Mon Sep 17 00:00:00 2001 From: Poornima Krishnasamy Date: Fri, 12 Jan 2024 17:53:50 +0000 Subject: [PATCH] Upgrade to latest --- .github/workflows/link-checker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 236bb559..f7cedc9b 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -2,6 +2,8 @@ name: Links on: repository_dispatch: + pull_request: + types: [opened, synchronize, reopened] workflow_dispatch: schedule: - cron: "00 18 * * *" @@ -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: