From 655d091f6c1fe83c99d3cea0b707a6e3750804e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Tue, 18 Jun 2024 22:40:29 +0200 Subject: [PATCH] fix: Reenabled pipeline switch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Stühmer --- .github/workflows/cicd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index dcade5d..b9345b3 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -24,7 +24,6 @@ jobs: name: Build & Tests uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.11.0 with: - disableCodeFormat: true enableSonarQube: true dotnet-logging: ${{ inputs.dotnet-logging }} dotnet-version: |