Render cell type report from sce_qc_report process #696
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check nextflow config | |
on: | |
pull_request: | |
branches: | |
- main | |
- development | |
jobs: | |
nf-config-check: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Check nextflow params | |
uses: docker://nextflow/nextflow:21.10.6 | |
with: | |
args: nextflow config |