From 391bb0de9619e75293599a1be1d24322fd466f4c Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Wed, 9 Feb 2022 14:11:33 +0100 Subject: [PATCH] Use a separate lint file --- .github/workflows/{ci.yml => lint.yml} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename .github/workflows/{ci.yml => lint.yml} (94%) diff --git a/.github/workflows/ci.yml b/.github/workflows/lint.yml similarity index 94% rename from .github/workflows/ci.yml rename to .github/workflows/lint.yml index 66ddb9f..067d8b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: Continuous integration +name: Linting on: pull_request: @@ -23,6 +23,7 @@ jobs: uses: conda-incubator/setup-miniconda@v2.0.1 with: channels: conda-forge,bioconda,defaults + channel-priority: strict installer-url: https://github.com/conda-forge/miniforge/releases/download/4.11.0-0/Mambaforge-4.11.0-0-Linux-x86_64.sh # Conda-incubator uses 'test' environment by default. - name: install requirements -- GitLab