Commit b70cb3d4 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Fixed line endings

parent ae2eb1e8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ jobs:
    strategy:
      matrix:
        # We only run this on the specified nextflow version for the pipeline
        nxf_ver: ['21.04.0']
        nxf_ver: ['21.04.3']
    steps:
      - name: Check out pipeline code
        uses: actions/checkout@v2
@@ -100,7 +100,7 @@ jobs:
    strategy:
      fail-fast: false
      matrix:
        nxf_version: ["21.04.0"]
        nxf_version: ["21.04.3"]
        tags: ["samplesheet", "verify_output_input", "verify_output_align_short", "verify_output_align_long", "verify_output_peak_calling", "verify_output_reporting", "verify_output_save", "verify_output_skip"]
    steps:
      - uses: actions/checkout@v2
+1 −1

File changed.

Contains only whitespace changes.