From 8ab88cbc8189ae1f3bce0f1117adc8a04d677640 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Thu, 10 Oct 2024 12:23:22 +0000 Subject: [PATCH] [automated] Fix code linting --- nf_core/pipeline-template/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/pipeline-template/.github/workflows/ci.yml b/nf_core/pipeline-template/.github/workflows/ci.yml index f332eee5a..cddac0d45 100644 --- a/nf_core/pipeline-template/.github/workflows/ci.yml +++ b/nf_core/pipeline-template/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: engine: - "conda" - "docker" - - "singularity" + - "singularity" steps: - name: Check out pipeline code uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4