diff --git a/.nf-core.yml b/.nf-core.yml index f2d9945..2b2842f 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -2,13 +2,17 @@ lint: files_exist: - CODE_OF_CONDUCT.md - assets/nf-core-shallowmapping_logo_light.png - - docs/images/nf-core-shallowmapping_logo_light.png - - docs/images/nf-core-shallowmapping_logo_dark.png + - docs/ + - pyproject.toml + - .gitignore - .github/ISSUE_TEMPLATE/config.yml - - .github/workflows/awstest.yml - - .github/workflows/awsfulltest.yml + - .github/workflows/* + - .github/CONTRIBUTING.md + - .github/PULL_REQUEST_TEMPLATE.md - conf/igenomes.config - conf/igenomes.config + - conf/test.config + - conf/test_full.config files_unchanged: - CODE_OF_CONDUCT.md - assets/nf-core-shallowmapping_logo_light.png