File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM snakemake/snakemake:v6.3 .0
1+ FROM snakemake/snakemake:v6.4 .0
22COPY entrypoint.sh /entrypoint.sh
33ENV CONDA_ENVS_PATH /github/workspace/.conda
44ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ Preliminary commands to run before the workflow execution.
2424
2525``` yaml
2626- name : Linting
27- uses : snakemake/snakemake-github-action@v1.18 .0
27+ uses : snakemake/snakemake-github-action@v1.19 .0
2828 with :
2929 directory : ' .test'
3030 snakefile : ' workflow/Snakefile'
3131 args : ' --lint'
3232- name : Testing
33- uses : snakemake/snakemake-github-action@v1.18 .0
33+ uses : snakemake/snakemake-github-action@v1.19 .0
3434 with :
3535 directory : ' .test'
3636 snakefile : ' workflow/Snakefile'
You can’t perform that action at this time.
0 commit comments