Skip to content

Add dependency checking to GA #1

Add dependency checking to GA

Add dependency checking to GA #1

Workflow file for this run

on:
workflow_dispatch:
inputs:
which:
type: choice
description: Which dependents to check
options:
- strong
- most

Check failure on line 10 in .github/workflows/recheck.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/recheck.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
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 }}