Skip to content

Commit 9e1bf4a

Browse files
authored
adding reversedeps check (#109)
* adding reversedeps check * Apply suggestions from code review
1 parent 578d260 commit 9e1bf4a

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@
2323
^data-raw
2424
^tmp
2525
^cran-comments\.md$
26+
^revdep
27+
^.revdeprefs.yaml

.github/workflows/scheduled.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Scheduled 🕰️
3+
4+
on:
5+
schedule:
6+
- cron: '45 3 * * 0'
7+
workflow_dispatch:
8+
9+
name: revdepcheck ↩️
10+
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main

.revdeprefs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- insightsengineering/scda.test
2+

revdep/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)