We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c21cab commit bb73e37Copy full SHA for bb73e37
.github/workflows/snakemake.yml
@@ -25,11 +25,10 @@ jobs:
25
eval "$(mamba shell hook --shell bash)"
26
mamba activate VIS_minimal
27
28
- - name: Testing
29
- run: |
30
- eval "$(mamba shell hook --shell bash)"
31
- mamba activate VIS_minimal
32
- snakemake --directory . --snakefile workflow/Snakefile --configfile config/config.yml --cores 1 --use-conda -n --conda-cleanup-pkgs cache
33
- env:
34
- CONDA_DEFAULT_ENV: VIS_minimal
+ - name: Linting
+ uses: snakemake/snakemake-github-action@v1
+ with:
+ directory: '.test'
+ snakefile: 'workflow/Snakefile'
+ args: '--lint'
35
0 commit comments