We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8c97f commit 38132b4Copy full SHA for 38132b4
.github/workflows/recheck.yml
@@ -0,0 +1,19 @@
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: '' #if your package is in a git subdir
0 commit comments