Skip to content

Commit

Permalink
Add checks (#1587)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 authored Dec 3, 2024
1 parent a9eb4a4 commit e6d1223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-external-links.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: External link validation

on:
workflow_dispatch:
schedule:
- cron: 0 11 * * *

Expand All @@ -11,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.9.3
uses: lycheeverse/lychee-action@v2.1.0
with:
fail: true
args: --accept=200,403,429 -s "https" "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude "https://github.com/\[your*" --exclude "https://localhost:9200" --exclude-mail
1 change: 1 addition & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://example.es/

0 comments on commit e6d1223

Please sign in to comment.