Skip to content

Commit bb73e37

Browse files
authored
Update snakemake.yml
1 parent 2c21cab commit bb73e37

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/snakemake.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ jobs:
2525
eval "$(mamba shell hook --shell bash)"
2626
mamba activate VIS_minimal
2727
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
28+
- name: Linting
29+
uses: snakemake/snakemake-github-action@v1
30+
with:
31+
directory: '.test'
32+
snakefile: 'workflow/Snakefile'
33+
args: '--lint'
3534

0 commit comments

Comments
 (0)