Skip to content

Commit faf347d

Browse files
committed
lint main workflow and integration workflow
1 parent 10d716c commit faf347d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/template-pr-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
continue-on-error: true
2323
- name: Run snakemake linting
2424
id: linting
25-
run: pixi run snakemake --lint
25+
run: |
26+
pixi run snakemake --lint --snakefile workflow/Snakefile
27+
pixi run snakemake --lint --snakefile tests/integration/Snakefile
2628
continue-on-error: true
2729
- name: Save integration logs
2830
if: ${{ always() }}

0 commit comments

Comments
 (0)