From 69047fe71ad9bac7710860858fea5144a7db506a Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Tue, 10 Sep 2024 17:16:51 +0200 Subject: [PATCH] fixed format --- .gitea/workflows/create.quality.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/create.quality.yaml b/.gitea/workflows/create.quality.yaml index d345416..45c6119 100644 --- a/.gitea/workflows/create.quality.yaml +++ b/.gitea/workflows/create.quality.yaml @@ -13,12 +13,12 @@ jobs: fetch-depth: 0 - name: Download build artifacts (dist files) - uses: actions/download-artifact@v3 - with: - name: artifacts-build - path: | - build/ - dist/ + uses: actions/download-artifact@v3 + with: + name: artifacts-build + path: | + build/ + dist/ - name: SonarQube Scan uses: sonarsource/sonarqube-scan-action@master # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan