From 23a887e55cbb24c916bb8e01f4fd90a6c66bce4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantino=20Antonio=20Garc=C3=ADa=20Mart=C3=ADnez?= Date: Mon, 23 Sep 2024 11:48:01 +0200 Subject: [PATCH] Create revcheck.yml --- .github/workflows/revcheck.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/revcheck.yml diff --git a/.github/workflows/revcheck.yml b/.github/workflows/revcheck.yml new file mode 100644 index 0000000..d95f346 --- /dev/null +++ b/.github/workflows/revcheck.yml @@ -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