Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 21, 2024
1 parent 34d6042 commit 1d9f6b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
type: choice
description: Which dependents to check
options:
- strong
- most
- strong
- most

name: Reverse dependency check

Expand All @@ -26,6 +26,7 @@ jobs:
uses: r-devel/recheck/.github/workflows/recheck.yml@v1
with:
which: ${{ inputs.which }}
subdirectory: '' #if your package is in a git subdir
```
Then trigger it manually using the 'run workflow' button under the actions tab. Note that you can pick a branch to test, so you can perform reverse dependency checks on a feature branch before merging into main.
Expand Down

0 comments on commit 1d9f6b5

Please sign in to comment.