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 66ddb9fc34cf73f7b78f18bd8321182081acd51f..067d8b76189e7723dcafd24e2e7ee6a131e886a4 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