We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9151a25 commit 49ee2daCopy full SHA for 49ee2da
.github/workflows/recheck.yaml
@@ -0,0 +1,21 @@
1
+on:
2
+ workflow_dispatch:
3
+ inputs:
4
+ which:
5
+ type: choice
6
+ description: Which dependents to check
7
+ options:
8
+ - strong
9
+ - most
10
+
11
+name: Reverse dependency check
12
13
+jobs:
14
+ revdep_check:
15
+ name: Reverse check ${{ inputs.which }} dependents
16
+ uses: r-devel/recheck/.github/workflows/recheck.yml@v1
17
+ with:
18
+ which: ${{ inputs.which }}
19
+ subdirectory: '' # set if your R package is in a subdir of the git repo
20
+ repository: '' # set to recheck an R package from another git repo
21
+ ref: '' # set to recheck a custom tag/branch from another repo
0 commit comments