Use resource limits and update manifest and schema #1412
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 | |
container: nfcore/tools:3.2.0 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check nextflow params | |
run: nextflow config | |
- name: Check nextflow_schema file | |
run: nf-core pipelines schema lint |