Skip to content

Commit

Permalink
make prettier happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Dec 9, 2024
1 parent 337143d commit 15880be
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nf_core/pipeline-template/.gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ tasks:
- name: Update Nextflow and setup pre-commit
command: |
pre-commit install --install-hooks
nextflow self-update
{% if code_linters %}
nextflow self-update {%- if code_linters %}
vscode:
extensions:
- nf-core.nf-core-extensionpack # https://github.com/nf-core/vscode-extensionpack
{%- endif -%}
- nf-core.nf-core-extensionpack {%- endif -%}

0 comments on commit 15880be

Please sign in to comment.