Skip to content

use new free_disk_space arg #52

use new free_disk_space arg

use new free_disk_space arg #52

Workflow file for this run

name: rworkflows
'on':
push:
branches:
- master
- main
- devel
- RELEASE_**
pull_request:
branches:
- master
- main
- devel
- RELEASE_**
jobs:
rworkflows:
permissions: write-all
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
container: ${{ matrix.config.cont }}
strategy:
fail-fast: ${{ false }}
matrix:
config:
- os: ubuntu-latest
r: devel
bioc: devel
cont: bioconductor/bioconductor_docker:devel
rspm: https://packagemanager.rstudio.com/cran/__linux__/focal/release
- os: macOS-latest
r: latest
bioc: release
# - os: windows-latest
# r: latest
# bioc: release
steps:
- uses: neurogenomics/rworkflows@

Check failure on line 37 in .github/workflows/rworkflows.yml

View workflow run for this annotation

GitHub Actions / rworkflows

Invalid workflow file

The workflow is not valid. .github/workflows/rworkflows.yml (Line: 37, Col: 13): Expected format {org}/{repo}[/path]@ref. Actual 'neurogenomics/rworkflows@' Input string was not in a correct format.
with:
run_bioccheck: ${{ true }}
run_rcmdcheck: ${{ true }}
as_cran: ${{ true }}
run_vignettes: ${{ true }}
has_testthat: ${{ true }}
run_covr: ${{ true }}
run_pkgdown: ${{ true }}
has_runit: ${{ false }}
has_latex: ${{ false }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run_docker: ${{ true }}
docker_user: almurphy
docker_org: neurogenomicslab
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
runner_os: ${{ runner.os }}
timeout: ${{ 2000 }}
cache_version: cache-v1
free_disk_space: ${{ true }}