Skip to content

Commit

Permalink
Update link_check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bms63 authored Mar 8, 2025
1 parent 82e83b1 commit 89adc27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/link_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
R -e 'install.packages("remotes")'
R -e 'remotes::install_cran("urlchecker")'
- name: Check urlchecker Installation
run: |
R -e 'if (!requireNamespace("urlchecker")) quit("no", 1)'
- name: Check links
run: |
urlchecker::url_check()

0 comments on commit 89adc27

Please sign in to comment.