Skip to content

Commit

Permalink
add tidy check for html to fix R chk Note. taken from ergm.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinamorris committed Jul 17, 2024
1 parent dc13022 commit 1731092
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,10 @@ jobs:

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
upload-snapshots: true

- name: Install tidy (on Linux if running vignettes)
if: runner.os == 'Linux' && contains(matrix.config.flags, 'vignettes')
run: |
/usr/bin/sudo DEBIAN_FRONTEND=noninteractive apt-get install -y tidy
shell: bash

0 comments on commit 1731092

Please sign in to comment.