Skip to content

Syncing changes for v0.8.6 to main #1411

Syncing changes for v0.8.6 to main

Syncing changes for v0.8.6 to main #1411

name: Check nextflow config
on:
pull_request:
branches:
- main
- development
jobs:
nf-config-check:
runs-on: ubuntu-22.04
container: nfcore/tools:2.13.1
steps:
- uses: actions/checkout@v4
- name: Check nextflow params
run: nextflow config
- name: Check nextflow_schema file
run: nf-core schema lint nextflow_schema.json