From 6cfcec38bb796df19035bff39867a650f590b315 Mon Sep 17 00:00:00 2001 From: Redmar van den Berg <RedmarvandenBerg@lumc.nl> Date: Thu, 11 Mar 2021 07:22:50 +0100 Subject: [PATCH] Fix indentation --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33391da..7116bf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,9 @@ jobs: - integration-restrict-BQSR - integration-targets-only - integration-multisample -steps: -- uses: actions/checkout@v2 + + steps: + - uses: actions/checkout@v2 - name: Install singularity uses: eWaterCycle/setup-singularity@v6 -- GitLab