From 075f559df3febb782e8da0003eb848aa22f94349 Mon Sep 17 00:00:00 2001 From: Erik Fasterius Date: Wed, 20 Dec 2023 18:17:11 +0100 Subject: [PATCH] Do not lint existence of `conf/igenomes.config` --- .nf-core.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.nf-core.yml b/.nf-core.yml index 3b33744..bc2e3d4 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -1,5 +1,7 @@ repository_type: pipeline lint: + actions_ci: False + files_exist: + - conf/igenomes.config files_unchanged: - .gitattributes - actions_ci: False