From 0542ab826584ff6fed8b5d12c37771032045e10e Mon Sep 17 00:00:00 2001 From: paulbochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:15:08 +0200 Subject: [PATCH] Create recheck.yaml --- .github/workflows/recheck.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/recheck.yaml diff --git a/.github/workflows/recheck.yaml b/.github/workflows/recheck.yaml new file mode 100644 index 0000000..d95f346 --- /dev/null +++ b/.github/workflows/recheck.yaml @@ -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