Reverse dependency check #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
env: | ||
RENV_CONFIG_AUTOLOADER_ENABLED: false | ||
uses: r-devel/recheck/.github/workflows/recheck.yml@v1 | ||
Check failure on line 18 in .github/workflows/recheck.yml GitHub Actions / Reverse dependency checkInvalid workflow file
|
||
with: | ||
which: ${{ inputs.which }} |