Skip to content

Workflow file for this run

on:
workflow_call:
inputs:
package:
description: Which package to test
type: string
required: true
check:
description: Which extra check to run
type: string
required: true
env:
MY_UNIVERSE: ${{ github.event.repository.name != 'cran' && format('https://{0}.r-universe.dev', github.event.repository.name) || '' }}
GH_APP_ID: '87942'
jobs:
prepare:
name: Test
runs-on: ubuntu-22.04
steps:
- id: lookup
name: Find changed package
runs: echo "Test"