Set up platform matrices to run R-hub jobs.
Must run on ubuntu-latest
.
- uses: r-hub/actions/setup@v1
with:
config: ${{ github.event.inputs.config }}
config
: R-hub configuration. A comma separated list of platforms or a JSON string for a more detailed configuration. Seeplatforms.R
for how it is parsed.
containers
: container platforms. A build matrix in JSON, with columnslabel
,name
,container
,job-config
. The last one contains the (rest of the) build matrix as a JSON string.platforms
: non-container platforms. A buidl matrix in JSON, with columnslabel
,name
,os
,r-version
,job-config
. The last one contains the (rest of the) build matrix as a JSON string.
MIT @ R Consortium