Skip to content

feature: updates for cellranger 9.0 #8

feature: updates for cellranger 9.0

feature: updates for cellranger 9.0 #8

Workflow file for this run

on:
push:
branches:
- master
- develop
pull_request:
jobs:
r-cmd-check:
if: "!contains(github.event.head_commit.message, 'ci-skip')"
name: R CMD check
container:
image: satijalab/seurat:develop
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Remove vignettes dir
run: rm -rf 'vignettes/'
shell: bash
- name: Check
run: devtools::check(args = "--no-manual", error_on = "warning", check_dir = "check", force_suggests = FALSE)
shell: Rscript {0}
- name: Upload check results
if: failure()
uses: actions/upload-artifact@master
with:
name: results
path: check