Skip to content

Commit 982f81c

Browse files
Merge branch 'master' of github.com:snakemake/snakemake-github-action
2 parents f36afc1 + 7c050a6 commit 982f81c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ Preliminary commands to run before the workflow execution.
2222

2323
## Example usage
2424

25-
```
25+
```yaml
2626
- name: Linting
27-
uses: snakemake/[email protected].1
27+
uses: snakemake/[email protected].3
2828
with:
2929
directory: '.test'
3030
snakefile: 'workflow/Snakefile'
3131
args: '--lint'
3232
- name: Testing
33-
uses: snakemake/[email protected].1
33+
uses: snakemake/[email protected].3
3434
with:
3535
directory: '.test'
3636
snakefile: 'workflow/Snakefile'
37-
args: '--cores 1 --use-conda'
37+
args: '--cores 1 --use-conda --conda-cleanup-pkgs'
3838
stagein: '' # additional preliminary commands to run (can be multiline)
3939
```

0 commit comments

Comments
 (0)