Skip to content

Commit

Permalink
add auto rev dep check
Browse files Browse the repository at this point in the history
  • Loading branch information
fangzhou-xie committed Oct 17, 2024
1 parent 647c2d6 commit eff1d1b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/revdepcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# using template and modified from https://github.com/r-devel/recheck

on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: Reverse dependency check

jobs:
revdep_check:
name: Reverse check ${{ inputs.which }} dependents
uses: r-devel/recheck/.github/workflows/recheck.yml@v1
with:
which: most # strong or most
subdirectory: '' #if your package is in a git subdir

0 comments on commit eff1d1b

Please sign in to comment.