Skip to content

Commit

Permalink
add @r-devel's revdep checker workflow (manually triggered)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Jun 12, 2024
1 parent 2d3468e commit 69de595
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 }}

0 comments on commit 69de595

Please sign in to comment.