Skip to content

github ci updates

github ci updates #1

Workflow file for this run

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

Check failure on line 8 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 8
- 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