Skip to content

Commit

Permalink
Update url-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hillarymarler committed Aug 28, 2024
1 parent bf32497 commit faf6c5b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/url-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::urlchecker
extra-packages: any::urlchecker, any::devtools

- name: Document package
run: |
R -e "devtools::document()"
- name: Run URL Check
run: |
Expand All @@ -36,7 +40,7 @@ jobs:

if(nrow(check) > 0) {

print('The following URLs are broken:\n')
print('The following URLs are broken:)
print(paste(check$URL, sep = '\n'))
quit(status = 1)

Expand Down

0 comments on commit faf6c5b

Please sign in to comment.