Skip to content

Commit

Permalink
add recheck reverse dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Aug 24, 2024
1 parent 37c77d6 commit 1aeabd0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/recheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
workflow_dispatch:
inputs:
which:
type: choice
description: Which dependents to check
options:
- strong
- most

name: Reverse dependency check

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

0 comments on commit 1aeabd0

Please sign in to comment.