Skip to content

Commit

Permalink
Change the URL checker to lychee (#337)
Browse files Browse the repository at this point in the history
* fix: Make file non-executable

* chore: Change link checker to lychee
  • Loading branch information
cicdguy authored Jun 5, 2024
1 parent 791a0e7 commit 56b12e3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@
^local$
^README.Rmd$
^vignettes/local$

^.lycheeignore$
4 changes: 4 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
if: github.event_name == 'pull_request'
name: Check URLs 🌐
uses: insightsengineering/r.pkg.template/.github/workflows/links.yaml@main
with:
link-checking-method: lychee
lychee-additional-args: "" # override the default of excluding private links
lychee-fail: true
version:
name: Version Check 🏁
uses: insightsengineering/r.pkg.template/.github/workflows/version.yaml@main
Expand Down
1 change: 1 addition & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://doi.org/10.1002/sim.8756
Empty file modified DESCRIPTION
100755 → 100644
Empty file.
Empty file modified README.md
100755 → 100644
Empty file.
Empty file modified jmpost.Rproj
100755 → 100644
Empty file.

0 comments on commit 56b12e3

Please sign in to comment.