Skip to content

Commit

Permalink
run R CMD check weekly (on every Monday morning) to detect Hugo theme…
Browse files Browse the repository at this point in the history
… issues like #756
  • Loading branch information
yihui committed Sep 21, 2023
1 parent 33b3e43 commit d94588f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ on:
- '_pkgdown.yml'
- 'pkgdown/**'
- '.github/workflows/pkgdown.yaml'
schedule:
- cron: '0 10 * * 1'

name: R-CMD-check

Expand Down

0 comments on commit d94588f

Please sign in to comment.