Skip to content

Commit

Permalink
Add revdepcheck action
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed May 28, 2024
1 parent 46e04a2 commit 7ae800e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/recheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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 }}
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* GitHub Actions (windows): release
* Github Actions (macOS): release
* win-builder: devel
* r-hub: windows-x86_64-devel, fedora-clang-devel, ubuntu-gcc-release
* r-hub: windows, ubuntu-gcc12

## R CMD check results

Expand Down

0 comments on commit 7ae800e

Please sign in to comment.