Skip to content

Commit

Permalink
Copy action template from r-devel/recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dcollins15 committed Dec 19, 2024
1 parent b62e91b commit fa7b139
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pre-release_checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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: '' # set if your R package is in a subdir of the git repo
repository: '' # set to recheck an R package from another git repo
ref: '' # set to recheck a custom tag/branch from another repo

0 comments on commit fa7b139

Please sign in to comment.