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
2
2
COPY entrypoint.sh /entrypoint.sh
3
3
ENV CONDA_ENVS_PATH /github/workspace/.conda
4
4
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ Preliminary commands to run before the workflow execution.
24
24
25
25
``` yaml
26
26
- name : Linting
27
- uses : snakemake/snakemake-github-action@v1.18 .0
27
+ uses : snakemake/snakemake-github-action@v1.19 .0
28
28
with :
29
29
directory : ' .test'
30
30
snakefile : ' workflow/Snakefile'
31
31
args : ' --lint'
32
32
- name : Testing
33
- uses : snakemake/snakemake-github-action@v1.18 .0
33
+ uses : snakemake/snakemake-github-action@v1.19 .0
34
34
with :
35
35
directory : ' .test'
36
36
snakefile : ' workflow/Snakefile'
You can’t perform that action at this time.
0 commit comments