mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
style: Fix indent on workflows
This commit is contained in:
parent
79a0ce79ab
commit
f994d55c18
3 changed files with 44 additions and 46 deletions
4
.github/workflows/bwa_index.yml
vendored
4
.github/workflows/bwa_index.yml
vendored
|
@ -3,12 +3,12 @@ on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- software/bwa/index/**
|
- software/bwa/index/**
|
||||||
- .github/workflows/bwa_index.yml
|
- .github/workflows/software/bwa_index.yml
|
||||||
- tests/software/bwa/**
|
- tests/software/bwa/**
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- software/bwa/index/**
|
- software/bwa/index/**
|
||||||
- .github/workflows/bwa_index.yml
|
- .github/workflows/software/bwa_index.yml
|
||||||
- tests/software/bwa/**
|
- tests/software/bwa/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
2
.github/workflows/multiqc.yml
vendored
2
.github/workflows/multiqc.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
NXF_ANSI_LOG: false
|
NXF_ANSI_LOG: false
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Nextflow
|
- name: Install Nextflow
|
||||||
|
@ -35,4 +34,3 @@ jobs:
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
- run: pytest --tag multiqc --symlink --wt 2
|
- run: pytest --tag multiqc --symlink --wt 2
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: picard_collectmultiplemetrics.yml
|
name: picard_collectmultiplemetrics
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue