Skip to content

Commit

Permalink
Add revdepcheck configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Apr 26, 2024
1 parent 418e211 commit 0b38eaf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ pkgdown
# others
^renv$
^renv\.lock$
^revdeprefs\.yaml$
^revdep$
12 changes: 12 additions & 0 deletions .github/workflows/on-demand.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: On-demand 🧑‍🔬

on:
schedule:
- cron: '45 3 * * 0'
workflow_dispatch:

jobs:
revdepcheck:
name: revdepcheck ↩️
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main

0 comments on commit 0b38eaf

Please sign in to comment.